MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: a { color: #0a0; } a:visited { color: #080; }") |
(No difference)
|
Revision as of 22:13, 26 August 2019
/* CSS placed here will be applied to all skins */
a {
color: #0a0;
}
a:visited {
color: #080;
}