From 9cc3c5236d3a3b4a5a479ed2da5c1dfdf4dd8f88 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Mon, 16 Aug 2021 11:18:36 -0500 Subject: [PATCH] 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. --- docs/public/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/public/index.css b/docs/public/index.css index 17ab4378f7..ba7fce4120 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;