From 985d1a0f274048cc891b49d68e7d905f19643c48 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Fri, 21 Oct 2016 17:20:54 +0100 Subject: force black on title anchors --- lib/erl_docgen/priv/css/otp_doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3