summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-25 23:53:17 -0500
committerZachIR <zachir@librem.one>2025-07-25 23:53:17 -0500
commit315e4502174247487ba73676db8a6e8a27e38655 (patch)
tree840456501280b0a5388f312878ad60804cf5875c
parent73f39b271f0fb73dbf540185b80a4c605f4ba23e (diff)
Revert unnecessary waybar style changes
-rw-r--r--waybar/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css
index cf419a9..59f741f 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -45,7 +45,7 @@ window#waybar.hidden {
/*
#workspaces button:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
@@ -58,7 +58,7 @@ window#waybar.hidden {
/*
#workspaces button.active:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
}