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;

View File

@ -437,10 +437,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
font-size: 16px;
}
.message-body :is(h1, h2, h3, h4, h5, h6) {
color: black !important;
}
.dark .message-body :is(h1, h2, h3, h4, h5, h6) {
color: white !important;
}