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:
parent
32be4bf51a
commit
ff23b42eec
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user