MediaWiki:DarkCosmos.css: Difference between revisions
From WytheriaWiki
(Created page with "→CSS placed here will affect users of the DarkCosmos skin: a:link { color: #ff0000; →} /* Clicked links: a:visited { color: #0000ff; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the DarkCosmos skin */ | /* CSS placed here will affect users of the DarkCosmos skin */ | ||
/* Unclicked links */ | |||
a:link { | a:link { | ||
color: #ff0000; /* | color: #ff0000; /* | ||
Revision as of 01:58, 22 June 2024
/* CSS placed here will affect users of the DarkCosmos skin */
/* Unclicked links */
a:link {
color: #ff0000; /*
}
/* Clicked links */
a:visited {
color: #0000ff;
}