We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a860e8 commit 7dd23edCopy full SHA for 7dd23ed
src/components/Header/HeaderLink.astro
@@ -15,7 +15,7 @@ const isActive = href === Astro.url.pathname.replace(/\/$/, '');
15
font-size: 1.1rem;
16
margin-left: 1rem;
17
margin-top: 0.3rem;
18
- font-weight: bolder;
+ font-weight: bolder !important;
19
color: #262626 !important;
20
}
21
a.active {
0 commit comments