From 87219a7777bced54ede27ce2065c1a07a0d40213 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Sep 2016 09:31:23 -0400 Subject: Fix documentation title colour --- doc/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index 11b0f58..e1ce489 100644 --- a/doc/style.css +++ b/doc/style.css @@ -459,12 +459,12 @@ ul, ol { position: relative; border-bottom: solid 1px #DDD; } - #title a, #title a:visited { - color: #000; - } #topbar a, #topbar a:visited { color: #000 } + #title a, #title a:visited { + color: #000; + } #contents { display: none; } @@ -485,12 +485,12 @@ ul, ol { max-width: 60em; position: relative; } + #topbar a, #topbar a:visited { + color: #94C200; + } #title a, #title a:visited { color: #FFF; } - #topbar a, #topbar a:visited { - color: #859900; - } #contents { margin-top: 0.25em; padding: 0.25ex 0 0 0; -- cgit v1.2.1