From 34f889437d33fc74510256478b5f0932a621698c Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 2 Feb 2025 19:08:38 +0800 Subject: [PATCH] feat: update Dashboard CSS to change active settings tab color to black for better visibility --- web/default/src/pages/Dashboard/Dashboard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/default/src/pages/Dashboard/Dashboard.css b/web/default/src/pages/Dashboard/Dashboard.css index 6c595360..bc2e6dc4 100644 --- a/web/default/src/pages/Dashboard/Dashboard.css +++ b/web/default/src/pages/Dashboard/Dashboard.css @@ -97,9 +97,9 @@ } .settings-tab .active.item { - color: #4318FF !important; + color: #000 !important; font-weight: 600 !important; - border-color: #4318FF !important; + border-color: #000 !important; } .ui.tab.segment {