From 07a2e226c165fd5917c778f18c0f0fd4bcef38b7 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:08:38 -0700 Subject: [PATCH] UI: Minor font color fixes in instruct mode --- css/html_instruct_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 22901c4d..6dee0a89 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -14,8 +14,8 @@ } .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) { +.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,b,strong) q) { color: #d1d5db !important; }