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