From 279975a806b48ee4256909e008b8538b428d3a66 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 18 Jun 2026 13:12:08 +0200 Subject: [PATCH] fix: wlogout theme --- config/matugen/templates/wlogout/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/matugen/templates/wlogout/style.css b/config/matugen/templates/wlogout/style.css index 603c7d9..467c361 100644 --- a/config/matugen/templates/wlogout/style.css +++ b/config/matugen/templates/wlogout/style.css @@ -7,7 +7,7 @@ window { font-family: monospace; font-size: 14pt; color: {{colors.on_background.default.hex}}; /* text */ - background-color: {{colors.primary.background.hex}}60; + background-color: {{colors.background.default.hex}}60; } button {