mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
feat: update Dashboard CSS to change active settings tab color to black for better visibility
This commit is contained in:
parent
a56cb4a2d5
commit
34f889437d
@ -97,9 +97,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.settings-tab .active.item {
|
.settings-tab .active.item {
|
||||||
color: #4318FF !important;
|
color: #000 !important;
|
||||||
font-weight: 600 !important;
|
font-weight: 600 !important;
|
||||||
border-color: #4318FF !important;
|
border-color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.tab.segment {
|
.ui.tab.segment {
|
||||||
|
Loading…
Reference in New Issue
Block a user