mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
UI: Fix italic and quote color in headings
This commit is contained in:
parent
ba6041251d
commit
a336a8bbeb
|
|
@ -13,7 +13,9 @@
|
|||
line-height: 28px !important;
|
||||
}
|
||||
|
||||
.dark .chat .message-body :is(p, li, q, em, 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 q:not(:is(h1,h2,h3,h4,h5,h6) q) {
|
||||
color: #d1d5db !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue