diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 23:14:23 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | a9e65689d49ce4b088c9834fabc12f59b871daef (patch) | |
tree | e22177f599810858290cc05adf278b9d3adb1130 | |
parent | 3bc08453a05173fd69467568eb3c6ae59666bde5 (diff) | |
download | otp-a9e65689d49ce4b088c9834fabc12f59b871daef.tar.gz otp-a9e65689d49ce4b088c9834fabc12f59b871daef.tar.bz2 otp-a9e65689d49ce4b088c9834fabc12f59b871daef.zip |
make text a little darker
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 8 |
1 files 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{ |