From 3e3d1a397bb23f881920d3cb9cf6f784cc750831 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 12 Sep 2022 17:54:38 +0200 Subject: [PATCH] Recently happened to find out why there was an anomoly with the first line of code blocks --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 0ddbd72..c622a45 100644 --- a/static/style.css +++ b/static/style.css @@ -33,7 +33,7 @@ summary:hover{ color: #1d1f21; background-color: #f0c674; } footer{text-align:center; border-top:1pt solid; margin-top: 1em;} footer a{text-decoration:none;} footer .mirror{text-align:center; color: #f0c674;} -code{ background: #282a2e; border-radius: 1em; padding: 2pt;} +code{ background: #282a2e; } pre{ background: #282a2e; padding: 1em; border-radius: 1em;} .hyperbowl{ font-style: italic; font-size: 1.2em;} .logo{