From 9d83a868da2b5db82efc3edda06448a3aa6c48b9 Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 8 Nov 2023 16:11:05 +0100 Subject: feat: site info --- static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index e2f2e61..361f447 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,3 @@ - :root { color-scheme: light dark; @@ -109,6 +108,9 @@ main { margin-top: 30px; } +.list-item > a { + text-decoration: none; +} /* ----------- Taxmomy list */ .taxonomy a { text-decoration: none; -- cgit v1.2.3