From 5de0494b114c5a3fee2406ea96c72f9c294f916a Mon Sep 17 00:00:00 2001 From: Matt Bovel Date: Tue, 7 May 2024 08:40:53 +0200 Subject: [PATCH] Relax font-weight reset --- scaladoc/resources/dotty_res/styles/theme/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaladoc/resources/dotty_res/styles/theme/typography.css b/scaladoc/resources/dotty_res/styles/theme/typography.css index cd8730f31dc2..3e75847a3e28 100644 --- a/scaladoc/resources/dotty_res/styles/theme/typography.css +++ b/scaladoc/resources/dotty_res/styles/theme/typography.css @@ -1,4 +1,4 @@ -* { +h1, h2, h3, h4, h5, h6 { /*text-rendering: geometricPrecision;*/ font-weight: initial; }