From 45bbb937ad4a45deb952f331230b1b966b5bec4a 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 81cba833c..3168138d7 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -94,9 +94,6 @@ body { h1, h2, h3, h4, h5, h6 { font-size: 20px; - font-weight: normal; - letter-spacing: -1px; - text-align: left; } select, textarea, input[type=text], input[type=number] { -- 2.39.5