From 313534421a572ddcf8c49f3918b65df3a623a132 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Mon, 7 Oct 2024 00:12:12 -0400 Subject: [PATCH] Use normal `font-weight` for links --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 7a42e62522..772a06b85b 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -92,7 +92,6 @@ h6:target { color: var(--link-color); text-decoration: none; transition: color 0.3s ease; - font-weight: 600; /* Make links bolder */ } :link:hover,