From 8a0a8fea8d2a3c7c8116e0c3d4803aa93d1c61c8 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 24 Jun 2024 05:35:30 +0000 Subject: [PATCH] Fixed '.overview-tile' --- gnome-shell/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 5a5c536..0b402ff 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -12,7 +12,7 @@ } /* Show Apps icon */ -.show-apps .overview-icon { +.show-apps .overview-icon .overview-tile { color: rgba(255, 90, 153, 1); }