diff options
-rw-r--r-- | doc/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
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; |