Skip to content

Commit

Permalink
Hotfix Nav styling due to some weird build-time bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonj806 committed Jun 11, 2020
1 parent 9815a20 commit ed62dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nav {
}
.nav-header {
background: #842df3;
opacity: 80%;
opacity: 0.8;
color: white;
font-family: Arial, Helvetica, sans-serif;
width: 48px;
Expand All @@ -33,7 +33,7 @@ nav {
width: 48px;
height: 48px;
background: #41d16a;
opacity: 80%;
opacity: 0.8;
}


Expand Down

0 comments on commit ed62dc7

Please sign in to comment.