File 2706-improve-link-colors.patch of Package erlang
From d5402ace1bfec1cb55a9550ee380d823d6c83d1d Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Fri, 21 Oct 2016 12:53:21 +0100
Subject: [PATCH 06/59] 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 4310d11f6..aec2207ec 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%;
--
2.12.2