diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-06-16 21:20:42 -0500 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-07-03 22:01:22 -0400 |
| commit | 191ca47e6cc5352d678bfd37931f9af65f6125e6 (patch) | |
| tree | bc3f6eeb6d90aa862deb7fcc63cfc4650a019151 /html | |
| parent | b831e24157dd4fecc207abda7099d3176de17b18 (diff) | |
| download | muhqs-game-191ca47e6cc5352d678bfd37931f9af65f6125e6.tar.gz muhqs-game-191ca47e6cc5352d678bfd37931f9af65f6125e6.zip | |
remove whitespace around pre elements in lists
Diffstat (limited to '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; |
