dotfiles-mirror/config/eww/eww.scss
2025-10-07 17:23:57 +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: #ffffff;
color: #ffffff;
}
.label {
font-size: 24px;
font-weight: bold;
}
.button-label {
font-size: 24px;
font-weight: bold;
}
.completelytrans {
background: none;
}