Fix for GTK4 DING

This commit is contained in:
Sky Barnes
2023-08-28 18:01:27 -04:00
parent 5936e2f6be
commit 41c89ec6d8

View File

@@ -7,6 +7,10 @@
color: $text;
}
#desktopwindow.background {
background-color: transparent;
}
dnd {
color: on($background);
}