Resolve $light color definition in grayscale.scss
This commit is contained in:
parent
195c31402e
commit
feaaf4f868
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue