From d680f8060e45d6a0ead86a9089ee8d2926ba4b55 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 8 Sep 2026 16:05:27 +0200 Subject: [PATCH] wiki li --- lbs.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lbs.css b/lbs.css index 19af060..4799378 100644 --- a/lbs.css +++ b/lbs.css @@ -474,6 +474,19 @@ textarea:focus-visible { /* ---------- Lists used by the wiki / Beiträge ---------- */ +.content .wikipages a::before { + content: "•"; + display: inline-block; + font-size: 1.4em; + color: var(--text); + margin-right: 0.5rem; + vertical-align: -0.1em; +} + +.content .wikipages a { + display: inline-block; +} + .content .toc, .content .wikipages ul, .content .wikitags ul,