hyprmsn/eww/eww.scss
2023-06-13 00:22:37 +03:00

14 lines
No EOL
270 B
SCSS

*{
all: unset; //Unsets everything so you can style everything from scratch
}
.window-button {
background-color: rgb(44, 44, 44);
}
.window-button:hover {
background-color: rgb(27, 27, 27);
}
.window-button:active {
background-color: rgb(17, 17, 17);
}