dots-of-war/eww-laptop/.config/eww/eww.scss
2024-04-20 14:51:49 +02:00

22 lines
278 B
SCSS

.bar * {
all: unset;
}
.bar {
background-color: #1d2021;
color: #ebdbb2;
margin-left: 10px;
margin-right: 10px;
font-family: "CozetteVector";
font-size: 12px;
.current {
color: #8ec07c;
}
}
menuitem window {
background: #282828;
margin: 10px;
}