From ae8568a2e056079cc46be5b6d1c50662451e8dab Mon Sep 17 00:00:00 2001 From: cunidev Date: Wed, 20 Nov 2019 08:13:36 +0100 Subject: [PATCH] Increase .calendar-today visibility Adds some needed contrast to the calendar widget current day, solving #1873. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/823 --- data/theme/gnome-shell-sass/_common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 1b59edf50..af97b87cd 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1061,9 +1061,9 @@ StScrollBar { } .calendar-today { font-weight: bold; - //color: lighten($fg_color,10%); - //background-color: darken($bg_color,5%); - border: 1px solid $_bubble_borders_color; + color: lighten($fg_color,5%); + background-color: darken($bg_color,5%); + // border: 1px solid lighten($_bubble_borders_color,20%); } .calendar-day-with-events { color: lighten($fg_color,10%);