From 80e83f7fb7664f6969b0a5b6b0372651f7c81865 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 20 May 2024 01:08:30 +0900 Subject: [PATCH] wlogout style tweak --- config/wlogout/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wlogout/style.css b/config/wlogout/style.css index cd07718..362c2f3 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -34,7 +34,7 @@ button:hover { margin: 30px; border-radius: 80px; transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; - box-shadow: 0 0 50px @color9; + box-shadow: 0 0 50px @color7; }