User:Kuhlau/CopyTitle.js: Difference between revisions

Kuhlau (talk | contribs)
No edit summary
Kuhlau (talk | contribs)
No edit summary
 
Line 18: Line 18:
#title-copy-content ,
#title-copy-content ,
#title-copy-all  {
#title-copy-all  {
    color: #0645ad;
    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;
    color: #0645ad;
}
}
`);
`);