Add background-colour for <pre>
authorMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 14:06:29 +0000 (15:06 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 14:06:29 +0000 (15:06 +0100)
Tweak heading colours.

tools/htdocs/mkws-doc.css

index 5d28acb..4b6bc01 100644 (file)
@@ -3,13 +3,13 @@ body {
 }
 
 h1, h2, h3 {
 }
 
 h1, h2, h3 {
-    color: #666;
+    color: #68a;
     font-weight: bold;
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
 h1 {
     font-weight: bold;
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
 h1 {
-    background: #eee;
+    background: #e0e8f8;
     padding: 0.2em;
 }
 
     padding: 0.2em;
 }
 
@@ -21,6 +21,10 @@ p, ul {
     max-width: 40em;
 }
 
     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.
 /*
  * 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.