diff options
Diffstat (limited to 'web/style/layout.css')
-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; |