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-07-03 22:01:22 -0400
commit191ca47e6cc5352d678bfd37931f9af65f6125e6 (patch)
treebc3f6eeb6d90aa862deb7fcc63cfc4650a019151 /html
parentb831e24157dd4fecc207abda7099d3176de17b18 (diff)
downloadmuhqs-game-191ca47e6cc5352d678bfd37931f9af65f6125e6.tar.gz
muhqs-game-191ca47e6cc5352d678bfd37931f9af65f6125e6.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;