dotfiles/graphical/config/eww/style/bar/notification-center.scss
2026-03-20 11:47:19 -07: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;
}
}