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
 
(2 intermediate revisions by the same user not shown)
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: #8f8f8f;  
}
}

Latest revision as of 21:07, 10 September 2025

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