Skip to content

Commit

Permalink
fix: tweak style for nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Oct 3, 2019
1 parent 210f6a6 commit c4d2bf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/HeaderNav.vue
Expand Up @@ -78,7 +78,7 @@ export default {
}
& > /deep/ a {
display: flex;
display: inline-flex;
align-items: center;
line-height: 1.4;
height: 100%;
Expand All @@ -96,6 +96,7 @@ export default {
}
&.router-link-exact-active {
color: var(--accent-color);
&:after {
background-color: var(--nav-link-border-color);
}
Expand Down

0 comments on commit c4d2bf9

Please sign in to comment.