From ae25b21d613ff09fdd830589a43eb88d04d70f8e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:00:00 -0300 Subject: [PATCH] Improve instruct style in dark mode --- css/html_instruct_style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index ad47a4ea..b3a9e01d 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -74,8 +74,16 @@ .dark .chat .assistant-message { background-color: #374151; + border: 1px solid #4b5563; } +.dark .chat .user-message { + background-color: #111827; + border: 1px solid #4b5563; +} + + + code { background-color: white !important; }