From 9e5f38f5ae5128b6be26b75109aca001ee43778b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 31 Oct 2021 10:01:29 +0100 Subject: [PATCH] theme: make chapter heading smaller #129 --- static/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/theme.css b/static/css/theme.css index 8511545bcd..7ba90f8765 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -389,6 +389,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ max-width: 80%; } #chapter #body-inner h3:first-child { + font-weight: 200; text-align: center; } #chapter h1 {