From 7754599e724d007a98ed74f1d946f657f3017247 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Tue, 12 Nov 2024 21:15:05 +0100 Subject: [PATCH] fix the fact that i wrote dark mode with dark reader on --- static/chat.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/chat.css b/static/chat.css index b407e4a..432abe2 100644 --- a/static/chat.css +++ b/static/chat.css @@ -1,6 +1,7 @@ html, body { background: #222; + color: white; } .message { @@ -27,4 +28,4 @@ body { .from_admin p { border-bottom-left-radius: 5px; -} \ No newline at end of file +}