From 836a25a105eb38f130a575779cbaca4bd20d021d Mon Sep 17 00:00:00 2001 From: Matt Bovel Date: Tue, 7 May 2024 11:58:43 +0200 Subject: [PATCH] Relax font-weight reset (#20348) --- 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; }