From 6675f51ffe5c609e7de41b350c045969e58feaea Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 16 Apr 2023 16:48:20 -0300 Subject: [PATCH] Change a color --- css/html_bubble_chat_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/html_bubble_chat_style.css b/css/html_bubble_chat_style.css index b9dfe87..fff10fd 100644 --- a/css/html_bubble_chat_style.css +++ b/css/html_bubble_chat_style.css @@ -39,7 +39,7 @@ } .dark .text-bot { - background-color: #202c33; + background-color: #1f2937; color: #111b21; }