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 {