mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-20 10:45:34 +00:00
feat: update Dashboard CSS to change active settings tab color to black for better visibility
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user