UI: improve some light mode colors

This commit is contained in:
oobabooga 2024-12-19 12:23:21 -08:00
parent 24a4c98d42
commit c8ddb86c22
2 changed files with 1 additions and 5 deletions

View file

@ -51,13 +51,13 @@
}
.chat .user-message {
background: #f4f4f4;
padding: 1.5rem 1rem;
border-radius: 0;
border-bottom-right-radius: 0;
}
.chat .assistant-message {
background: #f4f4f4;
padding: 1.5rem 1rem;
border-radius: 0;
border: 0;