dotfiles-mirror/config/eww/eww.scss
2025-10-08 07:26:05 +03:30

33 lines
403 B
SCSS

* {
all: unset;
background: transparent;
font-family: "Ubuntu Mono";
}
window {
background: transparent;
}
.container {
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #454545;
color: #aeaeae;
}
.label {
font-size: 24px;
font-weight: bold;
}
.button-label {
font-size: 24px;
font-weight: bold;
}
.completelytrans {
background: none;
}