mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
33 lines
403 B
SCSS
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;
|
|
}
|
|
|
|
|