From c10f47a5296f92879f83225b0f0d1d7b3b3c3a09 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 1 Mar 2024 04:49:43 +0100 Subject: CSS: Improve sections separation. Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/twentyeleven-style-20231107.css') diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 0d8a11b..7106170 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -331,6 +331,16 @@ body, input, textarea { h1,h2,h3,h4,h5,h6 { clear: both; } + +h1 { + font-size: 200%; + text-decoration: underline; +} + +h2 { + font-size: 150%; +} + hr { background-color: #ccc; border: 0; -- cgit v1.2.3