From a0bc49b3fde755e5134a375dbb03afa85b14d8dc Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 31 Jul 2024 22:44:16 +0200 Subject: [PATCH] modified: gnome-shell/gnome-shell.css --- gnome-shell/gnome-shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 65ee327..36a8b24 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -634,7 +634,7 @@ StScrollBar StButton#hhandle:active { /* today button */ .calendar-today, .calendar-today:selected { - background-color: rgba(207, 127, 214, 1); + background-color: rgba(255, 90, 153, 1); color: rgba(40, 7, 43, 0.87) !important; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); } @@ -643,7 +643,7 @@ StScrollBar StButton#hhandle:active { .calendar-today:selected:hover, .calendar-today:focus, .calendar-today:selected:focus { - background-color: rgba(195, 101, 204, 1); + background-color: rgba(255, 167, 199, 1); } /* if day has event */