diff --git a/static/index.css b/static/index.css index 7aa5608..15913f4 100644 --- a/static/index.css +++ b/static/index.css @@ -161,7 +161,7 @@ a:hover:after { pre { margin: 0; overflow: auto; - padding: 0; + padding: 3px; height: fit-content; } @@ -169,24 +169,11 @@ code { background-color: #44475a; color: #50fa7b; display: block; - padding: 3px; font-family: monospace; font-size: 0.9em; overflow: auto; } -code:before { - content: "\A"; - background-color: none; - white-space: pre; -} - -code:after { - content: "\A"; - background-color: none; - white-space: pre-line; -} - @media (prefers-color-scheme: dark) { body { color: #f8f8f2;