feat: update Dashboard CSS to change active settings tab color to black for better visibility

This commit is contained in:
JustSong 2025-02-02 19:08:38 +08:00
parent a56cb4a2d5
commit 34f889437d

View File

@ -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 {