main.scss 95 B

12345678
  1. /*
  2. Main scss
  3. */
  4. html, body{
  5. font-family: 'dejavu', sans-serif;
  6. background-color: green;
  7. }