Merge pull request #3763 from AdnCodez/master

fix(microsite): make the anchor link icon show up
This commit is contained in:
Fredrik Adelöw
2020-12-17 11:43:47 +01:00
committed by GitHub
+8
View File
@@ -48,6 +48,14 @@ h6 {
color: $textColor;
}
h2:hover .hash-link {
opacity: 1;
}
.hash-link {
fill: white;
}
/* body elements */
p,
ul,