From a33f0a9f0761565a1b163101cbff9074e6e83aab Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Tue, 5 May 2026 19:29:18 +0100 Subject: [PATCH] template_pre.html: change background color back to 0d1117 --- src/template_pre.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template_pre.html b/src/template_pre.html index 524e45e..12eadc8 100644 --- a/src/template_pre.html +++ b/src/template_pre.html @@ -23,7 +23,7 @@ margin: auto; text-align: justify; text-justify: inter-word; - --color-bg: #222; + --color-bg: #0d1117; --color-hl: #333; --color-fg: #c9d1d9; --color-link: #ffbce3;