File 2727-make-text-a-little-darker.patch of Package erlang

From a9e65689d49ce4b088c9834fabc12f59b871daef Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Fri, 21 Oct 2016 23:14:23 +0100
Subject: [PATCH 27/59] make text a little darker

---
 lib/erl_docgen/priv/css/otp_doc.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index 008ef681c..e59d6def6 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -1,7 +1,7 @@
 /* standard OTP style sheet */
 body {
   background: #fefefe;
-  color: #3E4349;
+  color: #1a1a1a;
   font-family: serif;
   margin: 0;
   padding: 0;
@@ -106,7 +106,7 @@ span.code        { font-family: mono, Courier, monospace; white-space: pre; font
 }
 .do .content {
   background: #eafeea;
-  color: #3E4349;
+  color: #1a1a1a;
   line-height: 120%;
   font-size: 90%;
   padding: 5px 10px;
@@ -119,7 +119,7 @@ span.code        { font-family: mono, Courier, monospace; white-space: pre; font
 }
 .dont .content {
   background: #FFF0F0;
-  color: #3E4349;
+  color: #1a1a1a;
   line-height: 120%;
   font-size: 90%;
   padding: 5px 10px;
@@ -225,7 +225,7 @@ th {
 }
 
 h3>a{
- color: #3E4349 !important;
+ color: #1a1a1a !important;
 }
 
 hr{
-- 
2.12.2

openSUSE Build Service is sponsored by