From 1c48ea92302527e37045850199d2726c2daf8df3 Mon Sep 17 00:00:00 2001 From: code002lover Date: Mon, 12 Jan 2026 19:39:25 +0100 Subject: [PATCH] fix black theme? --- frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index ff151a2..c21641b 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -130,8 +130,8 @@ ul { --secondary-alt-bg: rgb(20, 20, 20, 0.6); /* Translucent inputs */ --tertiary-bg: rgb(40, 40, 40, 0.8); --text-color: #ffffff; - --accent-color: #121212; - --secondary-accent: #212121; + --accent-color: #FF9500; + --secondary-accent: #FF6B00; } .sakura-theme {