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:
parent
71e396c3cc
commit
9cc3c5236d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue