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 */