diff options
-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;} |