diff --git a/src/_sass/gnome-shell/widgets/_calendar.scss b/src/_sass/gnome-shell/widgets/_calendar.scss index 91e8791..562aab3 100644 --- a/src/_sass/gnome-shell/widgets/_calendar.scss +++ b/src/_sass/gnome-shell/widgets/_calendar.scss @@ -225,7 +225,7 @@ box-shadow: none; text-shadow: none; color: $text-secondary; - background-color: if($variant == 'light', rgba(black, 0.04), rgba(white, 0.03)); + background-color: $fill; &:hover, &:focus { color: $text; diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css index 68923c2..9bae02c 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css @@ -900,7 +900,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus, diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Dark.css b/src/gnome-shell/shell-40-0/gnome-shell-Dark.css index 965e7bf..3337554 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Dark.css @@ -900,7 +900,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus, diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css index c4c3503..455ba46 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css @@ -996,7 +996,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus, diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Dark.css b/src/gnome-shell/shell-42-0/gnome-shell-Dark.css index 2c23c9b..98ccc35 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Dark.css @@ -996,7 +996,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus,