diff options
author | Daniel Jones <admin@danieljon.es> | 2018-11-05 22:13:51 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2018-11-05 22:13:51 +1030 |
commit | 93b978dae882fdfa554b8ec9c99155f31d1a12da (patch) | |
tree | 57657c2ca019e3f4ea960c82772c213bffb643eb | |
parent | 80d8f6ade865d2b07ecb7b8113f0c3bbc3ab2a95 (diff) | |
download | website-93b978dae882fdfa554b8ec9c99155f31d1a12da.tar.gz website-93b978dae882fdfa554b8ec9c99155f31d1a12da.zip |
re bolded
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index bebaf7f..13ddb6d 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"; background: #aaaaaa;} +body{font-family: "Misc Fixed"; font-weight: bold; background: #aaaaaa;} img{max-width: 100%; max-height: 100%; overflow: hidden;} pre{overflow: auto;} .middle{text-align: center;} |