aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-04-19 19:37:05 +0200
committerHimbeer <himbeer@disroot.org>2024-04-19 19:37:05 +0200
commitef5077cbf843550bdcfcd10abb5308f91f261530 (patch)
treec2ea9f1742addc297732802217001f8a1bec3326
parent820858a873b67f89f4968f0fca72e3ff120fb821 (diff)
fix waybar (river tag) button active / hover color inconsistency
-rw-r--r--waybar/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 22db648..f4d7cdb 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -15,7 +15,7 @@ button {
button:hover {
background: inherit;
- box-shadow: inset 0 -3px #fff;
+ box-shadow: inset 0 -3px #d8d8d8;
}
#tags button {