mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-09 12:09:04 +01:00
UI: improve some light mode colors
This commit is contained in:
parent
24a4c98d42
commit
c8ddb86c22
@ -51,13 +51,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat .user-message {
|
.chat .user-message {
|
||||||
|
background: #f4f4f4;
|
||||||
padding: 1.5rem 1rem;
|
padding: 1.5rem 1rem;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat .assistant-message {
|
.chat .assistant-message {
|
||||||
background: #f4f4f4;
|
|
||||||
padding: 1.5rem 1rem;
|
padding: 1.5rem 1rem;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -437,10 +437,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
font-size: 16px;
|
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) {
|
.dark .message-body :is(h1, h2, h3, h4, h5, h6) {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user