1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

feat(title): improve .header-anchor display effect

This commit is contained in:
郭桓桓 2023-03-07 19:47:52 +08:00
parent 32be4bf51a
commit ff23b42eec
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

View File

@ -71,11 +71,12 @@ hr {
.header-anchor { .header-anchor {
float: left; float: left;
margin-top: .125rem; margin-top: 0;
margin-left: -1.25rem; margin-left: -1.25rem;
padding-right: .5rem; padding-right: .5rem;
border: 0 !important; border: 0 !important;
font-size: .875rem; font-weight: 600;
font-size: inherit;
text-decoration: none; text-decoration: none;
opacity: 0; opacity: 0;
&:hover, &:hover,