13 lines
153 B
SCSS
13 lines
153 B
SCSS
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background: #0a0a0f;
|
|
color: #fff;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|