From a4f46ca38c8d12552976ad374ff621ef92bc2075 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 19 Mar 2020 11:09:05 +1030 Subject: changed color theme --- template.txt | 9 +++++---- 1 file 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;} -- cgit v1.2.3