From 9b9ab6fee858de44ace29332cf716097836003bc Mon Sep 17 00:00:00 2001 From: SamuDifferent Date: Mon, 24 Jun 2024 17:00:49 +0200 Subject: [PATCH] modified: gnome-shell/gnome-shell.css --- gnome-shell/gnome-shell.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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); }