modified: gnome-shell/gnome-shell.css

main
anthony 5 months ago
parent 2dc64846ad
commit a0bc49b3fd

@ -634,7 +634,7 @@ StScrollBar StButton#hhandle:active {
/* today button */ /* today button */
.calendar-today, .calendar-today,
.calendar-today:selected { .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; color: rgba(40, 7, 43, 0.87) !important;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); 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:selected:hover,
.calendar-today:focus, .calendar-today:focus,
.calendar-today:selected:focus { .calendar-today:selected:focus {
background-color: rgba(195, 101, 204, 1); background-color: rgba(255, 167, 199, 1);
} }
/* if day has event */ /* if day has event */

Loading…
Cancel
Save