From 2efe86028de82de822ce8b1e2d367e29262e08c3 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 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 7c513ea..3ee9c5c 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -889,6 +889,9 @@ StScrollBar { color: #5d5e60; font-weight: bold; } +.events-button .event-time { + color: #8ca1a9; } + .world-clocks-grid { spacing-rows: 0.4em; }