diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-27 23:10:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-27 23:10:55 +0900 |
| commit | 7d2a0adbd7836ee4f931128dfdc80a0bad68fcb3 (patch) | |
| tree | 9429a9f594514ff170e95c7b87b013fb67181894 /config/wlogout | |
| parent | 8950f2ab25097a175f33b679e0739fdeff766ec7 (diff) | |
returning my old wlogout style :)
Diffstat (limited to 'config/wlogout')
| -rw-r--r-- | config/wlogout/style.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/config/wlogout/style.css b/config/wlogout/style.css index b8341e9a..ce227160 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -5,17 +5,15 @@ @import '../../.config/waybar/wallust/colors-waybar.css'; window { - font-family: "FantasqueSansM Nerd Font Mono Bold"; font-size: 24pt; color: @foreground; /* text */ - background-color: rgba(30, 30, 46, 0.6); + background-color: rgba(30, 30, 46, 0.8); } button { - margin: 20px; background-repeat: no-repeat; background-position: center; - background-size: 30%; + background-size: 20%; background-color: rgba(200, 220, 255, 0); 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; @@ -24,19 +22,17 @@ button { } button:focus { - background-size: 40%; + background-size: 50%; border: 0px; - border-radius: 80px; } button:hover { background-color: transparent; - color: @color11; - background-size: 40%; - margin: -20px; + color: @color13; + background-size: 50%; + margin: 30px; border-radius: 80px; - /*box-shadow: 0 0 30px @color7;*/ } |
