aboutsummaryrefslogtreecommitdiffstats
path: root/config/wlogout
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-12 20:42:42 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-12 20:42:42 +0900
commitb8d9b73aaad1b00410e1b2b8468f4b33021408e7 (patch)
treede1a4c9e309113cc3b417e304011ffa0a03d9844 /config/wlogout
parente67462e7dc5eaa10ab57446c67fa05623f9eb1ab (diff)
minor changes
Diffstat (limited to 'config/wlogout')
-rw-r--r--config/wlogout/style.css13
1 files changed, 7 insertions, 6 deletions
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;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage