From: Mike Taylor Date: Thu, 25 Jul 2013 14:06:29 +0000 (+0100) Subject: Add background-colour for
X-Git-Tag: 0.9.1~242^2~16
X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=a792b5dbdf602f6308776675765c529d40f22cb5

Add background-colour for 
Tweak heading colours.
---

diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css
index 5d28acb..4b6bc01 100644
--- a/tools/htdocs/mkws-doc.css
+++ b/tools/htdocs/mkws-doc.css
@@ -3,13 +3,13 @@ body {
 }
 
 h1, h2, h3 {
-    color: #666;
+    color: #68a;
     font-weight: bold;
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
 h1 {
-    background: #eee;
+    background: #e0e8f8;
     padding: 0.2em;
 }
 
@@ -21,6 +21,10 @@ p, ul {
     max-width: 40em;
 }
 
+pre {
+    background: #eee;
+}
+
 /*
  * Works with the HTML emitted by pandoc. It would better if pandoc
  * were to emit class names that we can use. But it doesn't.