From b8d9b73aaad1b00410e1b2b8468f4b33021408e7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 12 Jan 2025 20:42:42 +0900 Subject: minor changes --- config/wlogout/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'config/wlogout') diff --git a/config/wlogout/style.css b/config/wlogout/style.css index f7489a70..4e53eded 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -16,12 +16,14 @@ button { background-position: center; background-size: 20%; background-color: rgba(200, 220, 255, 0); - animation: gradient_f 20s ease-in infinite; - border-radius: 80px; /* Increased border radius for a more rounded look */ + animation: gradient_f 10s ease-in infinite; + 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; + border-radius: 80px; + border:0px; } button:focus { - background-size: 25%; + background-size: 50%; border: 0px; } @@ -31,9 +33,8 @@ button:hover { color: #1e1e2e; background-size: 50%; 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 @color7; + border-radius: 80px; + box-shadow: 0 0 30px @color7; } -- cgit v1.2.3