Color update

This commit is contained in:
Madison Scott-Clary
2020-03-23 17:03:49 -07:00
parent f1fd428ae3
commit cac57a9ff8
7 changed files with 58 additions and 45 deletions

View File

@ -14,7 +14,7 @@
ul {
list-style-type: none;
border-bottom: 1px solid $dark-gray;
border-bottom: 1px solid $i-darkbrown; //$dark-gray;
li {
display: inline-block;
@ -22,12 +22,17 @@
padding: 0.5rem 1rem;
&.on {
background-color: $dark-gray;
background-color: $i-darkbrown; //$dark-gray;
a {
color: $i-lighttan;
}
}
a {
text-decoration: none;
font-size: 16pt;
color: $i-darkbrown;
}
}
}