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

10 lines
182 B
SCSS
Executable file

@use '../colors';
label {
&.dim-label, &:disabled { opacity: 0.3; }
selection {
background: colors.$primary-accent;
color: lighten(colors.$foreground-color, 50%);
}
}