14 lines
175 B
SCSS
14 lines
175 B
SCSS
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
background: #1e1e1e;
|
|
}
|
|
|
|
*, :before, :after {
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
}
|
|
|
|
@import "loader";
|
|
@import "overlay";
|