MediaWiki:Vector.css: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Vector skin: mw-highlight {  background-color: #222; }"
 
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-highlight {
body {
    background-color: #222;
    background-color: #222;
}
}

Revision as of 23:06, 22 March 2025

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