style: make non-nav links regular weight
This commit is contained in:
parent
b8f1ae1900
commit
9b61e5202f
2 changed files with 5 additions and 4 deletions
|
@ -70,4 +70,9 @@ if (Astro.url.pathname !== "/") {
|
|||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue