diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 0b402ff..08c0fba 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -11,8 +11,13 @@ color: rgba(40, 7, 43, 0.87); } +.overview-tile { + background-color: rgba(255, 255, 255, 1); + color: #000; +} + /* Show Apps icon */ -.show-apps .overview-icon .overview-tile { +.show-apps .overview-icon { color: rgba(255, 90, 153, 1); }