Files
dotfiles/.config/eww/widgets/alhp.scss

15 lines
170 B
SCSS

.alhp{
background: olivedrab;
color: white;
&--good {
background: olivedrab;
color: white;
}
&--bad {
background: maroon;
color: white;
}
}