From 1aa0e7e148e34dc0b48f2dd3a499cc78c71ac945 Mon Sep 17 00:00:00 2001 From: RainyXeon / Date: Tue, 25 Jun 2024 10:11:05 +0700 Subject: [PATCH] fix: light theme on dim card --- webroot/css/index.css | 1 + webroot/index.html | 6 ++++++ webroot/js/init_theme.js | 2 ++ 3 files changed, 9 insertions(+) diff --git a/webroot/css/index.css b/webroot/css/index.css index 84222f5..ba2563f 100644 --- a/webroot/css/index.css +++ b/webroot/css/index.css @@ -10,6 +10,7 @@ /* Locked Color */ --lock-desc: #c9c9c9; --lock: #fff; + --test: #b9b9b9; } * { diff --git a/webroot/index.html b/webroot/index.html index eb87125..a7d7f53 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -49,6 +49,12 @@ +
+
+ Settings +
+
+