Difference between revisions of "MediaWiki:Common.css"

From Rebeldroids Wiki
Line 6: Line 6:
 
     h1{background-color: #3f5562;}
 
     h1{background-color: #3f5562;}
 
     color:#ffffff;
 
     color:#ffffff;
 +
    a:link {
 +
          color: white;
 +
    }
 
}
 
}

Revision as of 22:15, 6 June 2016

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


body {
    background-color: #3f5562;
     h1{background-color: #3f5562;}
     color:#ffffff;
     a:link {
          color: white;
     }
}