Difference between revisions of "MediaWiki:Common.css"

From Bacterial Takeover
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: @media only screen and (max-width: 500px) { body { background-color: #eaecf0; } }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@media only screen and (max-width: 500px) {
+
@media only screen and (max-width: 900px) {
 
     body {
 
     body {
         background-color: #eaecf0;
+
         background-color: #d5fdf4;
 
     }
 
     }
 
}
 
}

Revision as of 15:04, 7 December 2017

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

@media only screen and (max-width: 900px) {
    body {
        background-color: #d5fdf4;
    }
}