diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-10 10:55:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-10 10:55:49 +0900 |
| commit | f233063b8a85422d4e2898918d78d5321db882eb (patch) | |
| tree | 30e9177c8361a275709e5053414829f5edbc4bd7 /config/wlogout | |
| parent | 04a693a9eaf5edac5e7c1d4b5424ef31158c676d (diff) | |
| parent | e6643cb12158f84f056742080f20dd394d5abd9d (diff) | |
Merge pull request #252 from JaKooLit/development-wallust
Merging - Wallust Branch to Development Branch..
Diffstat (limited to 'config/wlogout')
| -rw-r--r-- | config/wlogout/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/wlogout/style.css b/config/wlogout/style.css index c2e8bc2e..80a9c0ae 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -1,9 +1,9 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* pywal-wlogout */ +/* wallust-wlogout */ /* Importing pywal colors */ -@import '../../.cache/wal/colors-waybar.css'; +@import '../../.config/waybar/wallust/colors-waybar.css'; window { font-family: Fira Code Medium; @@ -28,13 +28,13 @@ button:focus { } button:hover { - background-color: @color2; + background-color: @color12; 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 20px @color7; + box-shadow: 0 0 50px @color15; } |
