From 08347196f29b3937856e08c79cc5841478fca652 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 26 Apr 2025 21:00:25 +0200 Subject: [PATCH] [Wlogout] Design fix --- renderable/wlogout/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderable/wlogout/style.css b/renderable/wlogout/style.css index 7552490..4850ea9 100644 --- a/renderable/wlogout/style.css +++ b/renderable/wlogout/style.css @@ -26,7 +26,7 @@ button:hover { } button:focus { - background-color: {{ colour-accent-rgb }}; + background-color: {{ colour-accent-2-rgb }}; color: {{ colour-foreground-rgb }}; }