summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <daniel@danieljon.es>2024-11-24 04:56:52 +1100
committerDaniel Jones <daniel@danieljon.es>2024-11-24 04:56:52 +1100
commitc19b0ccbe340753424c50fbab8ab226949e24f1d (patch)
tree63cab5461f277f36423342e10efb10eda5b2850e
parent086a5fd5bdeab487cdd57f9bde598f1bde177d5b (diff)
downloadwebsitegenerator-c19b0ccbe340753424c50fbab8ab226949e24f1d.tar.gz
websitegenerator-c19b0ccbe340753424c50fbab8ab226949e24f1d.zip
make pre bg colored
-rw-r--r--template.txt2
1 files changed, 1 insertions, 1 deletions
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%;}