From 24d216d2553f5955b919538c049b5ff244a28f30 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 28 Mar 2024 15:44:58 +0200 Subject: Remove debug prints, improve list style --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 729121b..2e5d84d 100644 --- a/static/style.css +++ b/static/style.css @@ -171,3 +171,11 @@ hr { small { color: var(--blockquote-color); } + +ul, ol { + margin-left: 10px; +} + +li::marker { + color: var(--link-color); +} -- cgit v1.3