mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
UI: make text between quotes colored in chat mode
This commit is contained in:
parent
98ed6d3a66
commit
e637b702ff
3 changed files with 39 additions and 1 deletions
12
css/main.css
12
css/main.css
|
|
@ -406,6 +406,18 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
.message q {
|
||||
color: #707070;
|
||||
}
|
||||
|
||||
.dark .message q {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.message q::before, .message q::after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.message-body li {
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue