diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 7997c79..f12dded 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 a400155..24ebeba 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -889,6 +889,9 @@ StScrollBar { color: #7b939c; font-weight: bold; } +.events-button .event-time { + color: #8ca1a9; } + .world-clocks-grid { spacing-rows: 0.4em; }