From be73a5ecf4015197ab05d9b5280208e90b010491 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:18:59 -0700 Subject: [PATCH] Italics style --- css/chat_style-cai-chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/chat_style-cai-chat.css b/css/chat_style-cai-chat.css index 6aa088dc..47f39e0e 100644 --- a/css/chat_style-cai-chat.css +++ b/css/chat_style-cai-chat.css @@ -51,9 +51,9 @@ .dark .message-body p em { color: rgb(138, 138, 138) !important; - font-weight: 500; } .message-body p em { color: rgb(110, 110, 110) !important; + font-weight: 500; } \ No newline at end of file