From 9d136e468e62f558b3ae8ed0f98183a41675b811 Mon Sep 17 00:00:00 2001 From: Ben Pate Date: Sat, 9 Dec 2023 06:24:24 -0700 Subject: [PATCH] Clearer font weights --- _embed/templates/theme-global/stylesheet/utilities.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_embed/templates/theme-global/stylesheet/utilities.css b/_embed/templates/theme-global/stylesheet/utilities.css index 86448103d..aaed6b807 100644 --- a/_embed/templates/theme-global/stylesheet/utilities.css +++ b/_embed/templates/theme-global/stylesheet/utilities.css @@ -18,7 +18,7 @@ a:hover, } b, strong, .bold { - font-weight:calc(var(--weight) + 200); + font-weight:calc(var(--weight) + 100); } .text-thin {