dotfiles/for-home-directory/.themes/Everblush-gtk-main/scss/gtk-3.0/widgets/_calendar.scss
2022-12-20 11:40:25 -06:00

32 lines
517 B
SCSS
Executable file

@use '../colors';
calendar {
background: colors.$surface-2;
&.button {
background: colors.$surface-3;
color: rgba(255,255,255,0.5);
&:hover { color: rgba(255,255,255,0.8); }
&:disabled { color: rgba(255,255,255,0.1); }
}
&.header {
background: colors.$surface-3;
}
&.highlight {
color: rgba(255,255,255,.2);
}
&:selected {
color: white;
border-radius: 0.3em;
background: colors.$primary-accent;
}
&:indeterminate {
color: rgba(255,255,255,.1);
}
}