MediaWiki:DarkCosmos.css: Difference between revisions

From WytheriaWiki
No edit summary
No edit summary
Line 7: Line 7:
a:hover {
a:hover {
     color: #ffffff;
     color: #ffffff;
}
a:active {
    color: #00ffff;
}
}

Revision as of 02:21, 22 June 2024

a:link {
    color: #ff0000;
}
a:visited {
    color: #0000ff;
}
a:hover {
    color: #ffffff;
}