UI: Minor font color fixes in instruct mode

This commit is contained in:
oobabooga 2025-08-29 14:08:38 -07:00
parent a2b37adb26
commit 07a2e226c1

View file

@ -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;
} }