From c19b0ccbe340753424c50fbab8ab226949e24f1d Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 24 Nov 2024 04:56:52 +1100 Subject: make pre bg colored --- template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.txt b/template.txt index d149dd1..a64f395 100644 --- a/template.txt +++ b/template.txt @@ -54,7 +54,7 @@ img{max-width: 100%; max-height: 100%; overflow: hidden;} height: auto; /* Keep the image's aspect ratio intact */ overflow: hidden; } -pre{overflow: auto; border-width: 1px; border-style: solid; border-color: white; /*background-color: #333339; color: #fff;*/} +pre{overflow: auto; border-width: 1px; border-style: solid; border-color: white; background-color: #333339; color: #fff;} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} #gentag{text-align: center; font-size: 75%;} -- cgit v1.2.3