Skip to content

Commit

Permalink
fix(template): add text-decoration for title of navbar-brand
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Nov 12, 2022
1 parent 84c6ac5 commit d5d23e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Add a README badge to show it via:
\>0.5.x|>=10.0 <=13.0 | -
1.0.x|>=10.0 <=13.0 | -
1.1.x|>=10.0 <=13.0 | -
1.2.x|>=12.0 <=14.0 | -


## 💻 Development
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
\>0.5.x|>=10.0 <=13.0 | -
1.0.x|>=10.0 <=13.0 | -
1.1.x|>=10.0 <=13.0 | -
1.2.x|>=12.0 <=14.0 | -

## 💻 开发

Expand Down
4 changes: 4 additions & 0 deletions packages/template/src/styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
.title {
font-weight: 600;
color: $dg-white;
text-decoration: none;
&:hover {
text-decoration: none;
}
}
}

Expand Down

0 comments on commit d5d23e1

Please sign in to comment.