summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2018-11-05 22:01:14 +1030
committerDaniel Jones <admin@danieljon.es>2018-11-05 22:01:14 +1030
commit80d8f6ade865d2b07ecb7b8113f0c3bbc3ab2a95 (patch)
tree026e26293d6720b24898dc1fdc0d016899d5383f
parent980030a884bceb4272e5672efd231c77548d8b55 (diff)
downloadwebsite-80d8f6ade865d2b07ecb7b8113f0c3bbc3ab2a95.tar.gz
website-80d8f6ade865d2b07ecb7b8113f0c3bbc3ab2a95.zip
remove bold
-rw-r--r--template.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt
index 13ddb6d..bebaf7f 100644
--- a/template.txt
+++ b/template.txt
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
<style>
-body{font-family: "Misc Fixed"; font-weight: bold; background: #aaaaaa;}
+body{font-family: "Misc Fixed"; background: #aaaaaa;}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
pre{overflow: auto;}
.middle{text-align: center;}