MediaWiki:Vector.css: Difference between revisions
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: # | 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 */ }