diff options
Diffstat (limited to 'config/wlogout/style.css')
| -rw-r--r-- | config/wlogout/style.css | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 4e53eded..b8341e9a 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -5,16 +5,17 @@ @import '../../.config/waybar/wallust/colors-waybar.css'; window { - font-family: Fira Code Medium; - font-size: 16pt; - color: #cdd6f4; /* text */ + font-family: "FantasqueSansM Nerd Font Mono Bold"; + font-size: 24pt; + color: @foreground; /* text */ background-color: rgba(30, 30, 46, 0.6); } button { + margin: 20px; background-repeat: no-repeat; background-position: center; - background-size: 20%; + background-size: 30%; 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; @@ -23,18 +24,19 @@ button { } button:focus { - background-size: 50%; + background-size: 40%; border: 0px; + border-radius: 80px; } button:hover { - background-color: @color12; - color: #1e1e2e; - background-size: 50%; - margin: 30px; + background-color: transparent; + color: @color11; + background-size: 40%; + margin: -20px; border-radius: 80px; - box-shadow: 0 0 30px @color7; + /*box-shadow: 0 0 30px @color7;*/ } |
