diff options
Diffstat (limited to 'gnome-shell/gnome-shell.css')
-rw-r--r-- | gnome-shell/gnome-shell.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 9edbfee..dfc45a1 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -804,8 +804,8 @@ StScrollBar { .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.1); } .calendar-day-base:active { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.95); + color: #5c616c; + background-color: rgba(0, 0, 0, 0.15); border-width: 0; } .calendar-day-base.calendar-day-heading { color: rgba(92, 97, 108, 0.85); |