From 14f39be69c94ec0b045a8c7153ad1eb1e275d401 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 6 May 2020 11:52:32 +0930 Subject: try white theme again --- template.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template.txt b/template.txt index 8c6a8c7..0344cf3 100644 --- a/template.txt +++ b/template.txt @@ -22,25 +22,25 @@ 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: black; 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;} +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; color: #eee;} +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; background-color: #333339; color: #fff;} +.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;} +/*a{color: #eee;}*/ -- cgit v1.2.3