9 lines
117 B
SCSS
9 lines
117 B
SCSS
|
* {
|
||
|
all: unset;
|
||
|
margin: 3px;
|
||
|
font-family: 'Monaspace Krypton';
|
||
|
}
|
||
|
|
||
|
window {
|
||
|
background-color: black;
|
||
|
}
|