8 lines
103 B
SCSS
8 lines
103 B
SCSS
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-family: sans-serif;
|
||
|
|
background: #eaebec;
|
||
|
|
color: #393c45;
|
||
|
|
}
|