Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 2: Line 2:
  
 
a {
 
a {
color: #c74b00;
+
color: #e20000;
 
}
 
}
  

Revision as of 03:22, 19 November 2018

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

a {
color: #e20000;
}

a:visited {
color: #ae7a00;
}