MediaWiki:Darkvector.css: Difference between revisions

From Noe's Woes
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: a { color:#d588eb; }")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */


a:link {
a { color:#d588eb; }
color: green;
}
a:visited {
color: #d588eb;
}
a:hover {
color: red;
}
a:active {
color: yellow;
}

Latest revision as of 12:38, 20 August 2025

/* CSS placed here will affect users of the DarkVector skin */

a:link {
  color: green;
}
a:visited {
  color: #d588eb;
}
a:hover {
  color: red;
}
a:active {
  color: yellow;
}