Skip to content

Commit

Permalink
🐛 更新字体
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Oct 13, 2022
1 parent 2a860e8 commit 7dd23ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/HeaderLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const isActive = href === Astro.url.pathname.replace(/\/$/, '');
font-size: 1.1rem;
margin-left: 1rem;
margin-top: 0.3rem;
font-weight: bolder;
font-weight: bolder !important;
color: #262626 !important;
}
a.active {
Expand Down

0 comments on commit 7dd23ed

Please sign in to comment.