From 780e8b105dde5c958be1bfd1e794df99daf392c8 Mon Sep 17 00:00:00 2001 From: Thomas Erlang Date: Thu, 31 Oct 2024 19:22:57 +0100 Subject: [PATCH] Darker background --- tbot/web/ui/live_chat/components/chat.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tbot/web/ui/live_chat/components/chat.scss b/tbot/web/ui/live_chat/components/chat.scss index a60c41f..e70ba9d 100644 --- a/tbot/web/ui/live_chat/components/chat.scss +++ b/tbot/web/ui/live_chat/components/chat.scss @@ -3,7 +3,6 @@ padding: 20px; background-color: #18181b; color: #e0e0e0; - border: 1px solid #2d2d2d; font-family: Arial, sans-serif; height: 100vh; font-size: 1rem; @@ -12,7 +11,7 @@ .messages { height: 100%; overflow-y: auto; - background-color: #1f1f23; + background-color: #0e0e10; padding: 10px; }