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

12 lines
148 B
SCSS
Executable file

@use '../colors';
list {
background: colors.$surface-2;
row {
padding: 6px;
&:hover {
background: colors.$surface-3;
}
}
}