diff options
author | Daniel Jones <admin@danieljon.es> | 2022-08-20 01:32:12 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2022-08-20 01:32:12 +0930 |
commit | 7a6b987b4351ad25b5a07b28698d6a9ade7bdbb7 (patch) | |
tree | fe13404ae89717c24a80e637074c24f3a4eda315 | |
parent | aede7e0ea14b27dafaeceefb9107433d738cb214 (diff) | |
download | websitegenerator-7a6b987b4351ad25b5a07b28698d6a9ade7bdbb7.tar.gz websitegenerator-7a6b987b4351ad25b5a07b28698d6a9ade7bdbb7.zip |
color change
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 5c36e78..03b9bf1 100644 --- a/template.txt +++ b/template.txt @@ -22,7 +22,7 @@ url(/media/fontsassets/Agave-Regular.svg#Agave-Regular) format('svg'); } -body{font-family: "Agave-Regular"; /*background: black; color: #999;*/} +body{font-family: "Agave-Regular"; background: #F7F0FF; /*color: #999;*/} img{max-width: 100%; max-height: 100%; overflow: hidden;} pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black; /*background-color: #333339; color: #fff;*/} .middle{text-align: center;} |