9 lines
95 B
SCSS
9 lines
95 B
SCSS
/*
|
|
Main scss
|
|
*/
|
|
|
|
html, body{
|
|
font-family: 'dejavu', sans-serif;
|
|
background-color: green;
|
|
}
|