User:Kuhlau/CopyTitle.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
#title-copy-content , | #title-copy-content , | ||
#title-copy-all { | #title-copy-all { | ||
color: | color: var(--alt-link-color); | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
| Line 24: | Line 24: | ||
#title-copy-all:hover { | #title-copy-all:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
`); | `); | ||