Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 2: Line 2:
  
 
a {
 
a {
color: #e20000;
+
color: #e20000 !important;
 
}
 
}
  
 
a:visited {
 
a:visited {
color: #ae7a00;
+
color: #ae7a00 !important;
 
}
 
}

Revision as of 03:25, 19 November 2018

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

a {
color: #e20000 !important;
}

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