summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-12-27 22:32:03 +1030
committerDaniel Jones <admin@danieljon.es>2019-12-27 22:32:03 +1030
commitf680fd9f961a0da788ad25a9868cfa1b6dad3bd5 (patch)
treec3de91eb32d01626e3812b97120671411e0e2736
parent7b5d9e2390c3766893e8baae7c287113b87f93da (diff)
downloadwebsite-f680fd9f961a0da788ad25a9868cfa1b6dad3bd5.tar.gz
website-f680fd9f961a0da788ad25a9868cfa1b6dad3bd5.zip
add bg color back
-rw-r--r--template.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.txt b/template.txt
index 6fd13ef..a44d291 100644
--- a/template.txt
+++ b/template.txt
@@ -12,11 +12,11 @@
<title>{TITLE}</title>
<style>
@font-face
- {
+{
font-family: Agave-Regular;
src: url('/media/Agave-Regular.ttf');
}
-body{font-family: "Agave-Regular"; /*background: #aaaaaa;*/}
+body{font-family: "Agave-Regular"; background: #d2d2d2;}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black}
.middle{text-align: center;}