dotfiles/home/.config/eww/css/windows/_calendar.scss

33 lines
377 B
SCSS
Raw Normal View History

2022-10-29 18:25:42 +00:00
.calendar-win {
@include window;
background-color: $bg;
border: 1px solid $border;
color: $fg;
padding: .2em;
}
calendar {
padding: 5px;
:selected {
color: $mauve;
}
.header {
color: $subtext1;
}
.highlight {
color: $maroon;
font-weight: bold;
}
.button {
color: $sapphire;
}
:indeterminate {
color: $overlay0;
}
}