From bc2e3d0f4917fce013a51751abf7f6552334b789 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 7 Dec 2020 12:57:43 -0600 Subject: [PATCH] Gnome-shell: Fix dark text in calendar event time --- gnome-shell/_common.scss | 4 ++++ gnome-shell/gnome-shell.css | 3 +++ 2 files changed, 7 insertions(+) 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; }