Correct navbar colors

This commit is contained in:
Jan Tuomi
2018-11-16 20:37:51 +02:00
parent ee86bb2427
commit c9a6d2d5ac
2 changed files with 2 additions and 26 deletions
@@ -6,17 +6,5 @@ $border-width: 2px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin-bottom: 3rem;
&__item {
padding: 0.8rem 2rem;
transition: border-bottom 0.2s;
border-bottom: $border-width solid $dark-blue;
cursor: pointer;
color: $white;
&:hover {
border-bottom: $border-width solid $white;
}
}
color: $white;
}
@@ -6,17 +6,5 @@ $border-width: 2px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin-bottom: 3rem;
&__item {
padding: 0.8rem 2rem;
transition: border-bottom 0.2s;
border-bottom: $border-width solid $dark-blue;
cursor: pointer;
color: $white;
&:hover {
border-bottom: $border-width solid $white;
}
}
color: $white;
}