Merge pull request #127 from tsbarnes/main

Fix for GTK4 DING
This commit is contained in:
Vince
2023-08-29 19:13:48 +08:00
committed by GitHub

View File

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