Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 3: Line 3:
 
a {
 
a {
 
color: #c74b00;
 
color: #c74b00;
 +
}
 +
 +
a:visited {
 +
color: ae7a00;
 
}
 
}

Revision as of 03:13, 19 November 2018

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

a {
color: #c74b00;
}

a:visited {
color: ae7a00;
}