Difference between revisions of "MediaWiki:Minerva.css"

From Nordan Symposia
Jump to navigationJump to search
(Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: body { background: white; } .header-chrome { background-color: #fff; } .minerva-footer { bac...")
 
 
Line 3: Line 3:
 
body {
 
body {
 
     background: white;
 
     background: white;
 +
    background-color: #fff;
 
}
 
}
  

Latest revision as of 01:27, 17 December 2020

/* All CSS here will be loaded for users of the MinervaNeue skin */

body {
    background: white;
    background-color: #fff;
}

.header-chrome {
    background-color: #fff;
}

.minerva-footer {
    background-color: #fff;
}

header {
	background-color: #fff;
}

footer {
	background-color: #fff;
}