yadm-config/.config/eww/eww.scss
2025-11-11 17:44:06 +01:00

28 lines
438 B
SCSS

@import '../theming/library/entry.scss'
.background {
background: none;
}
.widget {
color: $foreground;
box-shadow: $box-shadow-inner-less;
background: $background;
border-radius: $border-radius;
border: 1px solid $border-color;
&.default-padding {
padding: 1rem;
}
}
button {
&.flat {
color: $foreground;
background: none;
}
}
@import "./widgets/media/style.scss"
@import "./widgets/bar/style.scss"