Enable to add anchor to header elements

This commit is contained in:
FujiHaruka 2019-08-04 18:03:08 +09:00
parent d39f310357
commit 15d306cf14
4 changed files with 38 additions and 1 deletions

View file

@ -0,0 +1,10 @@
.content {
.header-anchor {
text-decoration: none;
fill: currentColor;
opacity: 0.6;
}
.header-anchor:hover {
opacity: 1;
}
}