MediaWiki:Common.css: Difference between revisions

From Shriderpedia
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 edit summary
Line 2: Line 2:


a {
a {
color: #0a0;
color: #0a0 !important;
}
}


a:visited {
a:visited {
color: #080;
color: #084 !important;
}

a.new {
color: #048 !important;
}
}

Revision as of 22:17, 26 August 2019

/* CSS placed here will be applied to all skins */

a {
    color: #0a0 !important;
}

a:visited {
    color: #084 !important;
}

a.new {
    color: #048 !important;
}