diff options
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; } |
