From: Patrick McCarty Date: Sun, 3 Jan 2010 06:33:20 +0000 (-0800) Subject: Web: CSS: use blue hyperlinks again. X-Git-Tag: release/2.13.11-1~106^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0b89c06b2d19ac0584bd5620af6a5d6a3be6ffee;p=lilypond.git Web: CSS: use blue hyperlinks again. --- 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 */