From caabb7950b09029da90cddca89cbd771cb78794a Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 13 Mar 2024 21:21:50 +1100 Subject: [PATCH] some more styling of the sidebar --- static/sidebar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/sidebar.css b/static/sidebar.css index 53e0db1..6b05d04 100644 --- a/static/sidebar.css +++ b/static/sidebar.css @@ -12,9 +12,12 @@ div.sidebar { font-size: 0.8em; } +div.sidebar header { + margin-bottom: 0; +} + div.sidebar header h1 { color: var(--accent1); - font-size: 0.8em; } ul.blogroll {