From 218f5f4214b3ba58f5455196ba9575922117e376 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Fri, 10 Nov 2023 23:04:24 +0200 Subject: [PATCH] Calendar: make days of week less contrast --- theme/gnome-shell_css/datemenu.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/gnome-shell_css/datemenu.css b/theme/gnome-shell_css/datemenu.css index d8f3bea..1ea833c 100644 --- a/theme/gnome-shell_css/datemenu.css +++ b/theme/gnome-shell_css/datemenu.css @@ -62,6 +62,11 @@ color: TEXT-PRIMARY-COLOR; } +/* day of week heading */ +.calendar-day.calendar-day-heading { + color: TEXT-SECONDARY-COLOR; +} + /* day buttons, prev/next month button */ .calendar-day, .calendar-month-header .pager-button {