This commit is contained in:
simon 2026-09-08 16:05:27 +02:00
parent 02fc744350
commit d680f8060e

13
lbs.css
View file

@ -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,