Skip to content

Commit ddb590d

Browse files
Frank Dugan IIIyyx990803
Frank Dugan III
authored andcommitted
fix: nav-item underline use $accentColor (#230)
1 parent e0fba49 commit ddb590d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default-theme/NavLinks.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ export default {
129129
.nav-item > a
130130
&:hover, &.router-link-active
131131
margin-bottom -2px
132-
border-bottom 2px solid #42b983
132+
border-bottom 2px solid $accentColor
133133
</style>

0 commit comments

Comments
 (0)