Files
colorshell/eww/styles/calendar.scss
T
2024-11-23 10:10:28 -03:00

10 lines
158 B
SCSS

.widget-calendar {
padding: 24px;
background: rgba($background, 0.6);
border-radius: 16px;
& > .title {
background: $color1;
}
}