style: make non-nav links regular weight

This commit is contained in:
Ayo Ayco 2024-04-21 02:32:05 +02:00
parent b8f1ae1900
commit 9b61e5202f
2 changed files with 5 additions and 4 deletions

View file

@ -70,4 +70,9 @@ if (Astro.url.pathname !== "/") {
padding: 0.5em;
}
}
a {
font-weight: bold;
}
</style>

View file

@ -121,10 +121,6 @@ const { title, description } = Astro.props;
border-radius: 0.4rem;
}
a {
font-weight: bold;
}
@media (prefers-color-scheme: dark) {
a {
color: var(--color-brand-complement);