From 7e13de70304a88b9906be9efb6fdc286e13f9577 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Wed, 13 Sep 2023 09:52:52 +0200 Subject: [PATCH] Make twitter header link gray like the rest --- docs/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 9ad5bf0..edd7e9b 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -63,3 +63,7 @@ div.sbar-aiida div.cite { .ablog-post-title { font-weight: bold; } + +#navbar-icon-links i.fa-square-twitter::before { + color: #646464; +}