Skip to content

Commit 2ed6553

Browse files
LevFlavienSamuel Gomis
authored andcommitted
fix(): Hide '#' from titles
1 parent 8cdd2f7 commit 2ed6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/anchor.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a.anchor {
99
visibility: hidden;
1010
}
1111

12-
h1, h2, h3, h4{
12+
h1, h2, h3, h4, h5, h6{
1313
&:hover .markdownIt-Anchor{
1414
color: @brand-info;
1515
}

0 commit comments

Comments
 (0)