Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit c4d2bf9

Browse files
committed
fix: tweak style for nav link
1 parent 210f6a6 commit c4d2bf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/HeaderNav.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
}
7979
8080
& > /deep/ a {
81-
display: flex;
81+
display: inline-flex;
8282
align-items: center;
8383
line-height: 1.4;
8484
height: 100%;
@@ -96,6 +96,7 @@ export default {
9696
}
9797
9898
&.router-link-exact-active {
99+
color: var(--accent-color);
99100
&:after {
100101
background-color: var(--nav-link-border-color);
101102
}

0 commit comments

Comments
 (0)