aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-06-16 21:20:42 -0500
committerFlorian Fischer <florian.fischer@muhq.space>2025-08-20 15:57:20 +0200
commitf7db07baf81eac530be96118a7b7634666e3f062 (patch)
treeb2afe15a79a5ab3f88a393f0e2266b702d925e99 /html
parented5b5ac3be6386dcada55e7939fce1d4384e65b7 (diff)
downloadmuhqs-game-f7db07baf81eac530be96118a7b7634666e3f062.tar.gz
muhqs-game-f7db07baf81eac530be96118a7b7634666e3f062.zip
remove whitespace around pre elements in lists
Diffstat (limited to 'html')
-rw-r--r--html/template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/template.html b/html/template.html
index 4c9bf623..ab072487 100644
--- a/html/template.html
+++ b/html/template.html
@@ -138,6 +138,10 @@ pre > code {
pre code {
display: inline-block;
}
+li > pre {
+ margin: 0;
+ padding: 0;
+}
hr {
background-color: var(--fg);
border: none;