sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit d166da0f40e9c334c1c820646f552ae781dbfce8
parent f8a5dd6fa8f9e3752d64480fdb4a8f66d63f9541
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 20 Feb 2018 10:26:28 +0100

redesign

Diffstat:
Mfooter.html | 2+-
Mstatic/style.css | 6++++--
Astatic/terry.gif | 0
3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/footer.html b/footer.html @@ -5,7 +5,7 @@ <div id="footer"> <hr> <span class="right"> - <a href="http://www.kopimi.com/kopimi"><img src="static/mkopimi_text.gif" alt="kopimi"></a> + <img src="static/terry.gif" width="150"> </span> </div> </body> diff --git a/static/style.css b/static/style.css @@ -1,5 +1,7 @@ body { - background-color: #f4f5e7; + /* background-color: #f4f5e7; */ + background-color: #000; + color: #eee; margin: 0 15% 0 15%; font-size: 12pt; font-family: sans-serif, monospace; @@ -16,7 +18,7 @@ pre code { } code { - background: #faf8f0; + background: #333333; } #content { diff --git a/static/terry.gif b/static/terry.gif Binary files differ.