Style/color tweaks.

This commit is contained in:
2019-03-04 23:10:05 -06:00
parent 1b94245078
commit 6bc094f515
3 changed files with 27 additions and 9 deletions

View File

@ -1,8 +1,8 @@
@import '~@/styles/vars';
nav {
background-color: $color1;
color: $fg-primary;
background-color: $color2;
color: $color3;
display: flex;
flex-direction: column;
font-family: 'Exo 2';
@ -26,9 +26,9 @@ nav {
text-decoration: none;
width: 100%;
&.router-link-active { color: $color3; }
&.router-link-active { color: $color4; }
&:hover { color: $color3; }
&:hover { color: $color4; }
svg {
display: inline-block;
@ -37,7 +37,6 @@ nav {
}
.logo {
color: $color4;
padding: 0 0 1rem;
}