12 lines
163 B
SCSS
12 lines
163 B
SCSS
@forward "terminal.scss";
|
|
@use "./colors.scss" as colors;
|
|
|
|
body {
|
|
margin: 0;
|
|
background: colors.$terminal-background;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|