Skip to content

Commit

Permalink
fix: nav-item underline use $accentColor (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Dugan III authored and yyx990803 committed Apr 23, 2018
1 parent e0fba49 commit ddb590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default-theme/NavLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ export default {
.nav-item > a
&:hover, &.router-link-active
margin-bottom -2px
border-bottom 2px solid #42b983
border-bottom 2px solid $accentColor
</style>

0 comments on commit ddb590d

Please sign in to comment.