mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: align copy link to clipboard #128
This commit is contained in:
parent
3446aa4230
commit
b26b1ce90e
1 changed files with 3 additions and 5 deletions
|
@ -1214,12 +1214,10 @@ body {
|
|||
/* anchors */
|
||||
.anchor {
|
||||
color: #00bdf3;
|
||||
font-size: 0.5em;
|
||||
cursor: pointer;
|
||||
font-size: 0.5em;
|
||||
vertical-align: middle;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue