From 0d02fb2a59fa051eee36078242d7cdb3f9dc4e12 Mon Sep 17 00:00:00 2001 From: AdnCodez Date: Thu, 17 Dec 2020 11:36:39 +0100 Subject: [PATCH] fix(microsite): make the anchor link icon show up --- microsite/static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index 8805625286..46b2aa3470 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -49,7 +49,7 @@ h6 { } h2:hover .hash-link { - opacity: 1 + opacity: 1; } .hash-link {