mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-25 17:14:15 +01:00
UI: improve some light mode colors
This commit is contained in:
parent
24a4c98d42
commit
c8ddb86c22
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue