From d5402ace1bfec1cb55a9550ee380d823d6c83d1d Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Fri, 21 Oct 2016 12:53:21 +0100 Subject: improve link colors --- lib/erl_docgen/priv/css/otp_doc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 4310d11f6d..aec2207ecd 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -22,9 +22,9 @@ p { font-family: Verdana, Arial, Helvetica, sans-serif } .otp2 { background: #efe } .app { background: #ffe } -a:link { color: blue; text-decoration: none } -a:active { color: blue; text-decoration: none } -a:visited { color: blue; text-decoration: none } +a:link { color: #1862ab; text-decoration: none } +a:active { color: #1c7cd6; text-decoration: none } +a:visited { color: #1b6ec2; text-decoration: none } #container { width: 100%; -- cgit v1.2.3