Back to white page

This commit is contained in:
Madison Scott-Clary
2020-07-10 22:15:45 -07:00
parent 572fb74979
commit 040abf9fb9
10 changed files with 57 additions and 59 deletions

View File

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