From 1f71c9c3913455864c29456b972ee0359e6b1535 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 31 Jul 2014 10:43:57 +0100 Subject: [PATCH] Tweak CSS to avoid visible links within an H1 --- doc/mkws-doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 649640c..603999a 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -8,7 +8,7 @@ h1, h2, h3, h4 { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } -h2 a, h3 a, h4 a, div#TOC a { +h1 a, h2 a, h3 a, h4 a, div#TOC a { color: #68a; text-decoration: none; } -- 1.7.10.4