fix: wlogout theme

This commit is contained in:
2026-06-18 13:12:08 +02:00
parent 1e0a89d1a7
commit 279975a806
+1 -1
View File
@@ -7,7 +7,7 @@ window {
font-family: monospace; font-family: monospace;
font-size: 14pt; font-size: 14pt;
color: {{colors.on_background.default.hex}}; /* text */ color: {{colors.on_background.default.hex}}; /* text */
background-color: {{colors.primary.background.hex}}60; background-color: {{colors.background.default.hex}}60;
} }
button { button {