Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 03:15, 19 November 2018

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

a {
color: #c74b00;
}

a:visited {
color: #ae7a00;
}