MediaWiki:Darkvector.css: Difference between revisions
From Noe's Woes
Noelle Jade (talk | contribs) (Created page with "→CSS placed here will affect users of the DarkVector skin: a { color:#d588eb; }") |
Noelle Jade (talk | contribs) 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 { |
|||
| ⚫ | |||
color: green; |
|||
} |
|||
a:visited { |
|||
| ⚫ | |||
} |
|||
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;
}