From 6488bed03cb521ccbbbc2c947b95c542adc31466 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 7 Nov 2015 18:33:58 +1300 Subject: [PATCH] more github-like CSS theme --- rebuild.php | 2 +- sites/code.ivysaur.me/static/style.css | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/rebuild.php b/rebuild.php index 3bcf00d..c389756 100644 --- a/rebuild.php +++ b/rebuild.php @@ -313,7 +313,7 @@ class CProject {
prefix_html)) { ?> -

prefix_html?>

+

prefix_html?>

diff --git a/sites/code.ivysaur.me/static/style.css b/sites/code.ivysaur.me/static/style.css index 55c69cd..021e996 100644 --- a/sites/code.ivysaur.me/static/style.css +++ b/sites/code.ivysaur.me/static/style.css @@ -7,14 +7,15 @@ img { border:0; } a { - color:black; - text-decoration:underline; + color:#4078c0; + text-decoration:none; } a:hover { - color:blue; cursor:pointer; + text-decoration:underline; } h1 a { + color:black; text-decoration:none; } h1 a:hover { @@ -41,14 +42,15 @@ html, body { /* cosmetic */ font-family:"Helvetica Neue","Segoe UI",Arial,sans-serif; - font-size:12px; + font-size:13px; + line-height:1.4; background:#DDD url('pixel_weave.png'); /* thanks subtlepatterns.com ! */ color:#333; } #container { margin:0 auto; - width:768px; + width:960px; position:relative; height:auto !important;