ark/users/modules/eww/css/_calendar.scss

33 lines
377 B
SCSS
Raw Normal View History

2022-10-22 23:54:44 +03:00
.calendar-win {
@include window;
2022-09-14 15:35:52 +03:00
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;
}
2022-10-22 23:54:44 +03:00
.button {
color: $sapphire;
}
:indeterminate {
color: $overlay0;
}
2022-09-14 15:35:52 +03:00
}