diff options
author | ZachIR <zachir@librem.one> | 2025-06-29 13:34:23 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-06-29 13:34:23 -0500 |
commit | f08632c2a4e0c52ab3e83719dde6af1e19d11fec (patch) | |
tree | 944d2992fd94263c88ed33f3f2c0f0fca322d6ba /waybar/style.css | |
parent | 5b85042ecbb3791d22d90444e2982de5bd6b879f (diff) |
Revert "Update colorscheme to red and magenta"
This reverts commit 0916c4524713b57755a93a3984be7e387d9b656a.
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css index fc4780f..5fc3319 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -45,7 +45,7 @@ window#waybar.hidden { /* #workspaces button:hover { - background: #6e3c85; + background: #39c1ed; color: black; border-bottom: 3px solid #ffffff; @@ -58,7 +58,7 @@ window#waybar.hidden { /* #workspaces button.active:hover { - background: #6e3c85; + background: #39c1ed; color: black; border-bottom: 3px solid #ffffff; } |