From 0b89c06b2d19ac0584bd5620af6a5d6a3be6ffee Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 2 Jan 2010 22:33:20 -0800 Subject: [PATCH] Web: CSS: use blue hyperlinks again. --- Documentation/css/lilypond-web.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index ce69684084..54946e588d 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -49,15 +49,15 @@ a:focus { } a:link { - color: #00b945; + color: #0c51ab; } a:visited { - color: #5b2c26; + color: #804f01; } a:hover { - color: #006919; + color: #0105ad; } /* Table of Contents */ -- 2.39.5