mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
UI: improve the quote colors
This commit is contained in:
parent
7e2851e505
commit
1f101ee3e5
@ -406,12 +406,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
.message q {
|
||||
color: #707070;
|
||||
}
|
||||
|
||||
.dark .message q {
|
||||
color: orange;
|
||||
color: #f5b031;
|
||||
}
|
||||
|
||||
.message q::before, .message q::after {
|
||||
|
Loading…
Reference in New Issue
Block a user