From 9ec310d858824d5f9186bca277a3ab77ac556b75 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 10 Aug 2025 07:54:21 -0700 Subject: [PATCH] UI: Fix the color of italic text --- css/html_instruct_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 9831ee8f..3e5ebe67 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -13,7 +13,7 @@ line-height: 28px !important; } -.dark .chat .message-body :is(p, li, q, h1, h2, h3, h4, h5, h6) { +.dark .chat .message-body :is(p, li, q, em, h1, h2, h3, h4, h5, h6) { color: #d1d5db !important; }