Browse Source

wallust for wlogout forgotten :)

pull/252/head
JaKooLit 2 years ago
parent
commit
4700b439f8
  1. 8
      config/wlogout/style.css

8
config/wlogout/style.css

@ -1,9 +1,9 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* pywal-wlogout */ /* wallust-wlogout */
/* Importing pywal colors */ /* Importing pywal colors */
@import '../../.cache/wal/colors-waybar.css'; @import '../../.config/waybar/wallust/colors-waybar.css';
window { window {
font-family: Fira Code Medium; font-family: Fira Code Medium;
@ -28,13 +28,13 @@ button:focus {
} }
button:hover { button:hover {
background-color: @color2; background-color: @color12;
color: #1e1e2e; color: #1e1e2e;
background-size: 50%; background-size: 50%;
margin: 30px; margin: 30px;
border-radius: 80px; 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; 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 20px @color7; box-shadow: 0 0 50px @color15;
} }

Loading…
Cancel
Save