diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-23 12:34:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-23 12:34:06 +0200 |
commit | ac31201ba788dbaae1606fc0ee8a1021681d2776 (patch) | |
tree | f7c8efbeb3e335d70115d65bc81ca6da1978540b /web | |
parent | 81b7026e10cb4aa131e61920449cd52a54897952 (diff) | |
download | jellything-ac31201ba788dbaae1606fc0ee8a1021681d2776.tar jellything-ac31201ba788dbaae1606fc0ee8a1021681d2776.tar.bz2 jellything-ac31201ba788dbaae1606fc0ee8a1021681d2776.tar.zst |
show external ids in node page
Diffstat (limited to 'web')
-rw-r--r-- | web/style/layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index a14c86e..677ee39 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -56,6 +56,9 @@ h1 { p, span, a, td, th, label, input, legend, pre, summary, li { color: var(--font); } +pre { + margin: 0px; +} code { font-family: monospace !important; |