From 0686a2e75f411ef55a1e852260f273be2969929b Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 18 Jun 2023 01:38:32 -0300 Subject: [PATCH] Improve instruct colors in dark mode --- 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 6956e92..71b03d4 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -74,7 +74,7 @@ } .dark .chat .assistant-message { - background-color: #374151; + background-color: #3741519e; border: 1px solid #4b5563; }