From e1cb3004c78ed900a3d5ab5e6b507c36945f89fb Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Mon, 25 Mar 2024 17:11:32 +0200 Subject: [PATCH] Fixed background in switcher list --- theme/gnome-shell_css/osd.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/gnome-shell_css/osd.css b/theme/gnome-shell_css/osd.css index 0246a72..7412066 100644 --- a/theme/gnome-shell_css/osd.css +++ b/theme/gnome-shell_css/osd.css @@ -17,6 +17,8 @@ /* running apps in switcher list */ .switcher-list .item-box { border-radius: 20px; + color: TEXT-PRIMARY-COLOR; + background-color: transparent; } .switcher-list .item-box:hover,