From a9e65689d49ce4b088c9834fabc12f59b871daef Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Fri, 21 Oct 2016 23:14:23 +0100 Subject: 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 008ef681ce..e59d6def6c 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{ -- cgit v1.2.3