whisperdocker / static /style.css
lyimo's picture
Update static/style.css
87ceaec verified
raw
history blame contribute delete
301 Bytes
body {
font-family: Arial, sans-serif;
margin: 20px;
}
#chat-container {
margin-bottom: 20px;
}
.user-message {
background-color: #f1f1f1;
padding: 10px;
margin-bottom: 10px;
}
.assistant-message {
background-color: #e1f5fe;
padding: 10px;
margin-bottom: 10px;
}