mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
UI: Minor font color fixes in instruct mode
This commit is contained in:
parent
a2b37adb26
commit
07a2e226c1
|
|
@ -14,8 +14,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .chat .message-body :is(p,li,h1,h2,h3,h4,h5,h6),
|
.dark .chat .message-body :is(p,li,h1,h2,h3,h4,h5,h6),
|
||||||
.dark .chat .message-body em:not(:is(h1,h2,h3,h4,h5,h6) em),
|
.dark .chat .message-body em:not(:is(h1,h2,h3,h4,h5,h6,b,strong) em),
|
||||||
.dark .chat .message-body q:not(:is(h1,h2,h3,h4,h5,h6) q) {
|
.dark .chat .message-body q:not(:is(h1,h2,h3,h4,h5,h6,b,strong) q) {
|
||||||
color: #d1d5db !important;
|
color: #d1d5db !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue