From 354aec0995493a5145356ccfecf3294bf77603ea Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 26 Mar 2026 13:59:55 +0000 Subject: [PATCH] =?UTF-8?q?style:=20brighter=20text=20colors=20=E2=80=94?= =?UTF-8?q?=20white=20primary,=20lighter=20muted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/css/app.css b/src/static/css/app.css index c4ac4f3..e87562c 100644 --- a/src/static/css/app.css +++ b/src/static/css/app.css @@ -15,9 +15,9 @@ --border: #252525; --border-light: #2e2e2e; - --text: #f0f0f0; - --text-muted: #606060; - --text-sub: #888888; + --text: #ffffff; + --text-muted: #888888; + --text-sub: #aaaaaa; --danger: #ef4444; --success: #22c55e;