aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-30 23:19:30 +0000
committerDavid Robillard <d@drobilla.net>2012-03-30 23:19:30 +0000
commit900e31cd7917c11cc5953fc85d640b1d82aca37c (patch)
tree5b1d60523e425dbf84757838e641746ebbeff725
parentb75c914fc9a2fd99b7082e76e968f214b184c993 (diff)
downloadlv2-900e31cd7917c11cc5953fc85d640b1d82aca37c.tar.xz
Slightly bluer links to distinguish from code colour.
-rw-r--r--doc/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index 1a20eb0..3e50917 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -12,10 +12,10 @@ a:link, a:visited {
text-decoration: none;
}
a:link {
- color: #456625;
+ color: #25664D;
}
a:visited {
- color: #647356;
+ color: #456659;
}
a:hover {
text-decoration: underline;
id='n135' href='#n135'>135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169