diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 17:20:54 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 985d1a0f274048cc891b49d68e7d905f19643c48 (patch) | |
tree | f3364795e8747352997eb27e9ea8e828263a954a /lib/erl_docgen/priv/css | |
parent | 1a48f131dd39ae406a3aedf997090a54052a42c2 (diff) | |
download | otp-985d1a0f274048cc891b49d68e7d905f19643c48.tar.gz otp-985d1a0f274048cc891b49d68e7d905f19643c48.tar.bz2 otp-985d1a0f274048cc891b49d68e7d905f19643c48.zip |
force black on title anchors
Diffstat (limited to 'lib/erl_docgen/priv/css')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index f4388bae03..950bfdcf03 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -223,5 +223,5 @@ th { } h3>a{ - color: #3E4349; + color: #3E4349 !important; } |