Resolve $light color definition in grayscale.scss

This commit is contained in:
Jorge Arias 2015-11-11 00:32:51 -03:00
parent 195c31402e
commit feaaf4f868

View file

@ -8,7 +8,7 @@ body {
width: 100%;
height: 100%;
font-family: "Lora","Helvetica Neue",Helvetica,Arial,sans-serif;
color: white;
color: $light;
background-color: $dark;
}
@ -84,7 +84,7 @@ a {
}
}
a {
color: white;
color: $light;
}
.nav {
li {