From 8ccb232bd0e4b7de6cac97d6fd013b9c3fcbb2c1 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 4 Sep 2025 10:00:02 -0700 Subject: [PATCH] New backup 2025-09-04 10:00:02 --- de/home/.config/eww/style/bar/styles/revealer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/de/home/.config/eww/style/bar/styles/revealer.scss b/de/home/.config/eww/style/bar/styles/revealer.scss index 97e3237..0134c65 100644 --- a/de/home/.config/eww/style/bar/styles/revealer.scss +++ b/de/home/.config/eww/style/bar/styles/revealer.scss @@ -9,7 +9,8 @@ transition: all 0.3s; } .revealer-preview { - background-color: $module-color; + box-shadow: inset 0px -8px 2px -8px $module-color; + background-color: $bar-bg-color; border-radius: $bar-module-border-radius - 4; } &.true .revealer-preview {