Files
dotfiles/home/natto/ags/styles/calendar.scss
2024-06-01 18:10:31 +05:30

9 lines
152 B
SCSS

.calendar {
.calendar-unwrapped {
margin-top: 10px;
border: 2px solid $mauve;
border-radius: 4px;
background: rgba($base, 0.9);
}
}