fix(microsite): make the anchor link icon show up

This commit is contained in:
AdnCodez
2020-12-17 11:14:15 +01:00
parent eec95ab02b
commit e56022c3bd
+8
View File
@@ -48,6 +48,14 @@ h6 {
color: $textColor;
}
h2:hover .hash-link {
opacity: 1
}
.hash-link {
fill: white;
}
/* body elements */
p,
ul,