From 41c89ec6d850e1e8549e09a96c0948a58ea1d5cb Mon Sep 17 00:00:00 2001 From: Sky Barnes Date: Mon, 28 Aug 2023 18:01:27 -0400 Subject: [PATCH] Fix for GTK4 DING --- src/sass/gtk/_common-4.0.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 6c4b6b01..cfd447ba 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -7,6 +7,10 @@ color: $text; } +#desktopwindow.background { + background-color: transparent; +} + dnd { color: on($background); }