From d9de11aff847b505e186e2e56ece5905e3d2b7d0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Apr 2024 19:23:18 +0200 Subject: [PATCH] CSS: Don't make headings so skinny Signed-off-by: Michael Tremer --- html/html/themes/ipfire/include/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 7cf85d68df..a91b9d8b4f 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -80,9 +80,6 @@ body { h1, h2, h3, h4, h5, h6 { font-size: 20px; - font-weight: normal; - letter-spacing: -1px; - text-align: left; } br.clear { -- 2.47.3