diff options
author | 2021-08-16 11:18:36 -0500 | |
---|---|---|
committer | 2021-08-16 09:18:36 -0700 | |
commit | 9cc3c5236d3a3b4a5a479ed2da5c1dfdf4dd8f88 (patch) | |
tree | e7a88e187249f476221afcf2cd3c309c6e9cfb4b /docs/public/index.css | |
parent | 71e396c3cc8a422543e30d1fbf4a013b42778e92 (diff) | |
download | astro-9cc3c5236d3a3b4a5a479ed2da5c1dfdf4dd8f88.tar.gz astro-9cc3c5236d3a3b4a5a479ed2da5c1dfdf4dd8f88.tar.zst astro-9cc3c5236d3a3b4a5a479ed2da5c1dfdf4dd8f88.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | docs/public/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/public/index.css b/docs/public/index.css index 17ab4378f..ba7fce412 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -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; |