Fix statusbar clock being blue

master
devarped 2019-03-16 11:45:59 +03:00
parent 262f0436cc
commit b159b65c88
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ StScrollBar {
.screencast-indicator { color: $error_color; }
.clock-display > * > *:last-child {
color: $selected_bg_color;
color: $selected_fg_color;
margin-left: .3em;
}