diff options
| author | David Robillard <d@drobilla.net> | 2012-03-30 23:19:30 +0000 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2012-03-30 23:19:30 +0000 | 
| commit | 900e31cd7917c11cc5953fc85d640b1d82aca37c (patch) | |
| tree | 5b1d60523e425dbf84757838e641746ebbeff725 /doc | |
| parent | b75c914fc9a2fd99b7082e76e968f214b184c993 (diff) | |
| download | lv2-900e31cd7917c11cc5953fc85d640b1d82aca37c.tar.xz | |
Slightly bluer links to distinguish from code colour.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/style.css | 4 | 
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;  |