From 4c256e996c19d8292a8a41937690c5bd5da9d928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 30 Oct 2021 23:36:29 +0200 Subject: [PATCH] theme: left-align h3 in chapters #129 --- static/css/theme.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index ae71cc7785..d8bede237d 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -387,9 +387,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ #chapter #body-inner { max-width: 80%; } -#chapter h3 { - font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; - font-weight: 300; +#chapter #body-inner h3:first-child { text-align: center; } #chapter h1 {