From 2939a2e2e036ada975832104bb3a48b02f2a45c4 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Tue, 27 Feb 2024 21:26:54 +0100 Subject: [PATCH] fix wlogout styles --- etc/wlogout/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/wlogout/style.css b/etc/wlogout/style.css index 494928e..57aadff 100644 --- a/etc/wlogout/style.css +++ b/etc/wlogout/style.css @@ -8,7 +8,7 @@ button { color: #acb0d0; background-color: #1E1E1E; border-radius: 10px; - border:5px solid black; + border:none; background-repeat: no-repeat; background-position: center; background-size: 25%; @@ -16,7 +16,6 @@ button { } button:focus, button:active, button:hover { - border:5px solid black; background-color: #2e3440; outline-style: none; }