fix: adjust styles(#77)

This commit is contained in:
Hakadao
2023-12-22 01:10:21 +08:00
parent 45baf9d578
commit 2d99c1baa7

View File

@@ -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);
}