MediaWiki:Vector.css: Difference between revisions

From Icesus Wiki
Jump to navigation Jump to search
imported>Cyto
Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-body { background-color: #E6FFFF; }"
 
imported>Cyto
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


#mw-body {
body {
     background-color: #E6FFFF;
     background-color: #E6FFFF;
}
}

Revision as of 17:57, 29 January 2020

/* CSS placed here will affect users of the Vector skin */

body {
    background-color: #E6FFFF;
}