improve heading link style
This commit is contained in:
parent
6900f128aa
commit
0a863b0713
|
@ -82,7 +82,8 @@ input[type=text]:focus {
|
||||||
}
|
}
|
||||||
.anchor-tag {
|
.anchor-tag {
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
margin-left: 7px;
|
position: relative;
|
||||||
|
bottom: 2.6px;
|
||||||
background-size: 100% 0;
|
background-size: 100% 0;
|
||||||
background-position: 0 150%;
|
background-position: 0 150%;
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
@ -121,7 +121,8 @@
|
||||||
}
|
}
|
||||||
.anchor-tag {
|
.anchor-tag {
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
margin-left: 7px;
|
position: relative;
|
||||||
|
bottom: 2.6px;
|
||||||
background-size: 100% 0;
|
background-size: 100% 0;
|
||||||
background-position: 0 150%;
|
background-position: 0 150%;
|
||||||
&::after {
|
&::after {
|
||||||
|
|
Loading…
Reference in New Issue