diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 545fa8d..886e48e 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1462,8 +1462,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .calendar-today:selected, .calendar-today:focus, .calendar-today:active { - background-color: #E95420; - color: #ffffff; + background-color: transparent; + color: #3eb34f; + font-size: larger; + padding: 0; box-shadow: inset 0 0px 0px 1px #da4816; }