MediaWiki:Vector.css: Difference between revisions

From altgothic
Jump to navigation Jump to search
No edit summary
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: #000000; /* light gray */
     background-color: #2f2f2f;  
}
}

Revision as of 21:07, 10 September 2025

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