From 900e31cd7917c11cc5953fc85d640b1d82aca37c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Mar 2012 23:19:30 +0000 Subject: Slightly bluer links to distinguish from code colour. --- doc/style.css | 4 ++-- 1 file 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; -- cgit v1.2.1