From 97a6a599a88e7dd2d64df8c233ae1277624e7ec1 Mon Sep 17 00:00:00 2001 From: qwerinope Date: Tue, 19 Aug 2025 16:29:16 +0200 Subject: [PATCH] fixed colors for chatWidget --- src/web/chatWidget/www/src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/web/chatWidget/www/src/style.css b/src/web/chatWidget/www/src/style.css index 6b187a5..2ca85fd 100644 --- a/src/web/chatWidget/www/src/style.css +++ b/src/web/chatWidget/www/src/style.css @@ -5,8 +5,7 @@ font-size: 5vmin; color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; + color: rgb(255, 255, 255); font-synthesis: none; text-rendering: optimizeLegibility;