Difference between revisions of "MediaWiki:Common.css"

From Paradise Lofts Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
a {
 
a {
     color: #FFF;
+
     color: #FFF !important;
 
}
 
}

Revision as of 14:58, 30 January 2019

/* CSS placed here will be applied to all skins */
body,
#mw-page-base{
    background-color: #853d3d;
}

a {
    color: #FFF !important;
}