MediaWiki:Vector.css: Difference between revisions

From altgothic
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Vector skin: body { background-color: #f0f0f0; light gray: }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
body {
body {
     background-color: #f0f0f0;  /* light gray */
     background-color: #000000;  /* light gray */
}
}

Revision as of 21:06, 10 September 2025

/* All CSS here will be loaded for users of the Vector skin */
body {
    background-color: #000000;  /* light gray */
}