From e56022c3bdffb92b8135e012feb14d14c0079dcc Mon Sep 17 00:00:00 2001 From: AdnCodez Date: Thu, 17 Dec 2020 11:14:15 +0100 Subject: [PATCH] fix(microsite): make the anchor link icon show up --- microsite/static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index c07285ed8c..8805625286 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -48,6 +48,14 @@ h6 { color: $textColor; } +h2:hover .hash-link { + opacity: 1 +} + +.hash-link { + fill: white; +} + /* body elements */ p, ul,