mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-10 13:56:49 +08:00
theme: align copy link to clipboard #128
This commit is contained in:
parent
3446aa4230
commit
b26b1ce90e
@ -1214,12 +1214,10 @@ body {
|
|||||||
/* anchors */
|
/* anchors */
|
||||||
.anchor {
|
.anchor {
|
||||||
color: #00bdf3;
|
color: #00bdf3;
|
||||||
font-size: 0.5em;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: 0.5em;
|
||||||
|
vertical-align: middle;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
margin-left: 0.5em;
|
|
||||||
position: absolute;
|
|
||||||
margin-top:0.1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
|
h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user