dotfiles/de/home/.config/eww/style/bar/notification-center.scss
2026-01-22 10:37:06 -08:00

10 lines
196 B
SCSS

.notification-center {
$module-bg-color: rgba($bar-bg-color,0.5);
$module-fg-color: $bar-fg-color;
margin: 0px 5px;
@import "./styles/button.scss";
&.inactive {
opacity: 0.5;
}
}