Remove font-weight:400; from anchor links - they should be the same weight as the text without a link. (#1116)

If we wanted to, we *could* set the font-weight as `heavier` maybe? Is that an option? So that it just chooses an increase in font-weight for differentiation from text outside of a link.

This was mainly a problem with headings that have links, the difference in font-weight stuck out like a sore thumb to me.
This commit is contained in:
Caleb Jasik 2021-08-16 11:18:36 -05:00 committed by GitHub
parent 71e396c3cc
commit 9cc3c5236d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,6 @@ small,
a {
color: var(--theme-text-accent);
font-weight: 400;
text-underline-offset: 0.08em;
align-items: center;
gap: 0.5rem;