diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-14 00:14:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 00:14:52 +0900 |
| commit | d61b676b9b8b32f73def3d92aa3eb31ab6a2bfbc (patch) | |
| tree | 644b7851f189af52bfde39a2658cfe0d2fd20d7c /config/wlogout/style.css | |
| parent | 3573df4a1d0b4c915975ac80275442c35831fb2f (diff) | |
| parent | df57f9890b28aa6f5139e2917cee213031ba0e9c (diff) | |
Merge pull request #521 from JaKooLit/main
main to development
Diffstat (limited to 'config/wlogout/style.css')
| -rw-r--r-- | config/wlogout/style.css | 13 |
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; } |
