File 2722-force-black-on-title-anchors.patch of Package erlang
From 985d1a0f274048cc891b49d68e7d905f19643c48 Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Fri, 21 Oct 2016 17:20:54 +0100
Subject: [PATCH 22/59] 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 f4388bae0..950bfdcf0 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;
}
--
2.12.2