Gnome-shell: Fix dark text in calendar event time

This commit is contained in:
EliverLara
2020-12-07 12:57:43 -06:00
parent 03e2775f1b
commit 55e305d5e7
2 changed files with 7 additions and 0 deletions

View File

@@ -976,6 +976,10 @@ StScrollBar {
font-weight: bold;
}
.events-button .event-time {
color: darken($fg_color, 4%);
}
.world-clocks-grid {
spacing-rows: 0.4em;
}

View File

@@ -889,6 +889,9 @@ StScrollBar {
color: #7b939c;
font-weight: bold; }
.events-button .event-time {
color: #8ca1a9; }
.world-clocks-grid {
spacing-rows: 0.4em; }