From 93d86aadf905ed3345cd8999d20f84b883dc3475 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 13 Mar 2022 10:08:08 -0500 Subject: [PATCH] adjusted code blocks part 3 --- static/index.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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;