From d55f1b6b243588bd978dbcc16fd3f06c248dbb69 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Thu, 24 Aug 2023 17:57:15 -0600 Subject: [PATCH] un-style highlight.js --- templates/home.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/home.html b/templates/home.html index db304df..d449d07 100644 --- a/templates/home.html +++ b/templates/home.html @@ -33,6 +33,11 @@ max-width: 95%; } + pre code.hljs { + overflow-x: visible !important; + padding: 0 !important; + } + a, a:visited { color: blue; }