From 9299ac6a6b99e32c041c4e74ad880901f303fd4f Mon Sep 17 00:00:00 2001 From: Rawley Fowler Date: Mon, 12 Dec 2022 20:41:15 -0600 Subject: [PATCH] change pre tag --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 4768fb3..5448421 100644 --- a/static/index.css +++ b/static/index.css @@ -1,4 +1,4 @@ -code { +pre { color: #ebdbb2; background-color: #282828; padding: 2px;