From 14584fda366b8f38d02e31fbb511c0527438c078 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:55:18 -0700 Subject: [PATCH] UI: don't change the color of italics in instruct mode --- css/html_instruct_style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 8a31d6e2..50b9402f 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -39,14 +39,6 @@ margin-bottom: 0 !important; } -.dark .message-body p em { - color: rgb(198 202 214) !important; -} - -.message-body p em { - color: rgb(110 110 110) !important; -} - .gradio-container .chat .assistant-message { padding: 20px; background: #f4f4f4;