From 8a925d39adb6341603051486eacd69883ecaf5d6 Mon Sep 17 00:00:00 2001 From: Chrissy Wainwright Date: Thu, 5 Dec 2024 13:29:48 -0600 Subject: [PATCH] lighten font weight on code --- boostlook.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boostlook.css b/boostlook.css index 50907cf..cbf2c81 100644 --- a/boostlook.css +++ b/boostlook.css @@ -372,7 +372,7 @@ p, h1, h2, h3, h4, h5, h6 { .boostlook .doc .colist > table code { background: none; padding: 0; - font-weight: 600; + font-weight: 500; color: var(--bl-code-text-color) !important; } @@ -388,7 +388,6 @@ p, h1, h2, h3, h4, h5, h6 { .boostlook .doc p a code, .boostlook .doc table a code, .boostlook .doc .colist > table a code { - font-weight: 500; color: var(--bl-link-color) !important; }