Difference between revisions of "Template:Fake link/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (←Created page with '.fakelinks { cursor: pointer; color: #0645ad; }') |
imported>Great Brightstar (Make fake links more likely to real links) |
||
| Line 2: | Line 2: | ||
cursor: pointer; | cursor: pointer; | ||
color: #0645ad; | color: #0645ad; | ||
| + | } | ||
| + | .fakelinks:hover, | ||
| + | .fakelinks:focus { | ||
| + | text-decoration: underline; | ||
} | } | ||
Revision as of 08:51, 11 December 2018
.fakelinks {
cursor: pointer;
color: #0645ad;
}
.fakelinks:hover,
.fakelinks:focus {
text-decoration: underline;
}