aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-20 09:31:23 -0400
committerDavid Robillard <d@drobilla.net>2016-09-20 09:31:23 -0400
commit87219a7777bced54ede27ce2065c1a07a0d40213 (patch)
treee19472123e7c66ee7630c356627c7b92fd2e3ae1 /doc
parentf874607241df63346ed4d4a5a998db8a6e9ee4f7 (diff)
downloadlv2-87219a7777bced54ede27ce2065c1a07a0d40213.tar.xz
Fix documentation title colour
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css12
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;