corrected scss path

This commit is contained in:
Jan Jastrow 2019-10-17 18:39:02 +02:00
parent 199c8c4156
commit c18bd621d3
2 changed files with 6 additions and 7 deletions

View File

@ -1,7 +0,0 @@
body {
background-color: red;
color: black;
font-family: sans-serif;
font-size: 60px;
text-transform: capitalize;
}

6
_source/scss/styles.scss Normal file
View File

@ -0,0 +1,6 @@
body {
background-color: #eeeeee;
color: #111111;
font-family: sans-serif;
font-size: 24px;
}