Skip to content

Commit

Permalink
fix(theme): remove underline for navbar link (#394)
Browse files Browse the repository at this point in the history
不加会有user agent stylesheet的下划线
  • Loading branch information
leotian authored Nov 26, 2020
1 parent 1611012 commit d2498cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-default/src/components/Navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

> a {
color: #4d5164;
text-decoration: none;

&:hover,
&.active {
Expand Down

0 comments on commit d2498cf

Please sign in to comment.