nixos/pkgs/eww-hyprland/css/_calendar.scss

30 lines
309 B
SCSS
Raw Normal View History

2023-07-12 16:42:58 +01:00
.calendar-win {
padding: .2em;
@include window;
}
calendar {
padding: 5px;
:selected {
color: $mauve;
}
.header {
color: $subtext1;
}
.highlight {
color: $maroon;
font-weight: bold;
}
.button {
color: $sapphire;
}
:indeterminate {
color: $overlay0;
}
}