diff options
author | Daniel Jones <admin@danieljon.es> | 2020-03-19 11:09:05 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-03-19 11:09:05 +1030 |
commit | a4f46ca38c8d12552976ad374ff621ef92bc2075 (patch) | |
tree | 823e3961107c830692875a459ec28316cd6ca1fa | |
parent | d843fbae305ed599334e5b1eeadc8167876dfa4b (diff) | |
download | websitegenerator-a4f46ca38c8d12552976ad374ff621ef92bc2075.tar.gz websitegenerator-a4f46ca38c8d12552976ad374ff621ef92bc2075.zip |
changed color theme
-rw-r--r-- | template.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/template.txt b/template.txt index 1b54ebc..8c6a8c7 100644 --- a/template.txt +++ b/template.txt @@ -22,24 +22,25 @@ url(/media/fontsassets/Agave-Regular.svg#Agave-Regular) format('svg'); } -body{font-family: "Agave-Regular"; background: #d2d2d2;} +body{font-family: "Agave-Regular"; background: black; color: #999;} img{max-width: 100%; max-height: 100%; overflow: hidden;} -pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black} +pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black; background-color: #333339; color: #fff;} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} #gentag{text-align: center; font-size: 75%;} -h1,h2,h3,h4{font-family: "Agave-Regular"; padding-left: 5px;} +h1,h2,h3,h4{font-family: "Agave-Regular"; padding-left: 5px; color: #eee;} hr{border-color: black;} div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} .content{max-width: 75%; margin: auto;} .pinned{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px;} -.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 300px; max-width: 500px; overflow-y:scroll;} +.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 300px; max-width: 500px; overflow-y:scroll; background-color: #333339; color: #fff;} .js-message { color: white; background: red; } +a{color: #eee;} </style> </head> |