[Wlogout] Design fix

This commit is contained in:
Janis Hutz 2025-04-26 21:00:25 +02:00
parent 3553d03b25
commit 08347196f2

View File

@ -26,7 +26,7 @@ button:hover {
} }
button:focus { button:focus {
background-color: {{ colour-accent-rgb }}; background-color: {{ colour-accent-2-rgb }};
color: {{ colour-foreground-rgb }}; color: {{ colour-foreground-rgb }};
} }