MediaWiki:DarkCosmos.css: Difference between revisions
From WytheriaWiki
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
a:visited { | a:visited { | ||
color: #0000ff; | color: #0000ff; | ||
} | |||
a:hover { | |||
color: #ffffff; | |||
} | |||
a:active { | |||
color: #00ffff; | |||
} | } | ||
Revision as of 02:11, 22 June 2024
a:link {
color: #ff0000;
}
a:visited {
color: #0000ff;
}
a:hover {
color: #ffffff;
}
a:active {
color: #00ffff;
}