MediaWiki:Minerva.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the MinervaNeue skin: body.skin-minerva { background-color: #000; →Replace #desiredColor with your preferred color code: }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MinervaNeue skin */ | /* All CSS here will be loaded for users of the MinervaNeue skin */ | ||
.minerva-header { | |||
background-color: # | background-color: #0000; /* Replace with your color */ | ||
} | } |
Revision as of 06:16, 8 February 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */ .minerva-header { background-color: #0000; /* Replace with your color */ }