7 lines
110 B
SCSS
7 lines
110 B
SCSS
|
body {
|
||
|
background-color: #eeeeee;
|
||
|
color: #111111;
|
||
|
font-family: sans-serif;
|
||
|
font-size: 24px;
|
||
|
}
|