Template:Fake link/styles.css
< Template:Fake link
Jump to navigation
Jump to search
Revision as of 09:02, 11 December 2018 by imported>Great Brightstar (Add pseudo-classes)
.fakelinks {
cursor: pointer;
color: #0645ad;
}
.fakelinks:hover,
.fakelinks:focus {
text-decoration: underline;
}
.fakelinks:visited {
color: #0b0080
}
.fakelinks:active {
color: #faa700
}