diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 89c6c00..3e4dde5 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -976,6 +976,10 @@ StScrollBar { font-weight: bold; } + .events-button .event-time { + color: darken($fg_color, 4%); + } + .world-clocks-grid { spacing-rows: 0.4em; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index ff539d6..dda17e1 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -889,6 +889,9 @@ StScrollBar { color: #768191; font-weight: bold; } +.events-button .event-time { + color: #8ca1a9; } + .world-clocks-grid { spacing-rows: 0.4em; }