mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: adjust styles(#77)
This commit is contained in:
@@ -46,10 +46,14 @@
|
||||
border-left-color: var(--bew-fill-2);
|
||||
}
|
||||
|
||||
.history-wrap .time-label {
|
||||
.history-wrap .time-label.active {
|
||||
border-color: var(--bew-theme-color) !important;
|
||||
color: white;
|
||||
}
|
||||
.history-wrap .time-label {
|
||||
border-color: var(--bew-theme-color) !important;
|
||||
color: var(--bew-theme-color);
|
||||
}
|
||||
.history-wrap .time-label:after {
|
||||
border-left-color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user