From bb2baaa98c17e0bc0c4aa96f67c5fc428923deb6 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 13 Mar 2022 10:12:39 -0500 Subject: [PATCH] adjusted code blocks part 6 --- static/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index 81933b5..922a511 100644 --- a/static/index.css +++ b/static/index.css @@ -160,12 +160,11 @@ a:hover:after { /* For code snippets */ pre { overflow: auto; + background-color: #44475a; padding: 3px; - display: block; } code { - background-color: #44475a; color: #50fa7b; font-family: monospace; font-size: 0.9em;