MediaWiki:Vector.css: Difference between revisions

From Ara: History Untold Wiki
Created page with "→‎All CSS here will be loaded for users of the Vector skin: #mw-body { background-color: red; }"
 
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 */


#mw-body {
mw-body {
     background-color: red;
     background-color: gray;
}
}

Latest revision as of 19:49, 7 October 2024

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

mw-body {
    background-color: gray;
}