diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 12:53:21 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | d5402ace1bfec1cb55a9550ee380d823d6c83d1d (patch) | |
tree | 68e847704151f376ec92a1ab5e570f4287dbd43c /lib/erl_docgen/priv/css | |
parent | 73c51597876ca53c4062dbd0b8405258c49e734a (diff) | |
download | otp-d5402ace1bfec1cb55a9550ee380d823d6c83d1d.tar.gz otp-d5402ace1bfec1cb55a9550ee380d823d6c83d1d.tar.bz2 otp-d5402ace1bfec1cb55a9550ee380d823d6c83d1d.zip |
improve link colors
Diffstat (limited to 'lib/erl_docgen/priv/css')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 6 |
1 files 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%; |