dots-of-war/eww-laptop/.config/eww/eww.scss

19 lines
214 B
SCSS
Raw Permalink Normal View History

2023-03-16 16:26:29 +00:00
* {
all: unset;
}
.bar {
background-color: #1d2021;
color: #ebdbb2;
margin-left: 10px;
margin-right: 10px;
font-family: "CozetteVector";
font-size: 12px;
2023-03-16 16:35:34 +00:00
.current {
color: #8ec07c;
}
2023-03-16 16:26:29 +00:00
}