diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-06-16 21:20:42 -0500 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:20 +0200 |
| commit | f7db07baf81eac530be96118a7b7634666e3f062 (patch) | |
| tree | b2afe15a79a5ab3f88a393f0e2266b702d925e99 /html/template.html | |
| parent | ed5b5ac3be6386dcada55e7939fce1d4384e65b7 (diff) | |
| download | muhqs-game-f7db07baf81eac530be96118a7b7634666e3f062.tar.gz muhqs-game-f7db07baf81eac530be96118a7b7634666e3f062.zip | |
remove whitespace around pre elements in lists
Diffstat (limited to 'html/template.html')
| -rw-r--r-- | html/template.html | 4 |
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; |
