Difference between revisions of "MediaWiki:Vector.css"

From icesus
Jump to navigation Jump to search
(Created page with "CSS placed here will affect users of the Vector skin: #mw-body { background-color: #E6FFFF; }")
 
m
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 20:57, 29 January 2020

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

body {
    background-color: #E6FFFF;
}