MediaWiki:Vector.css: Difference between revisions
Appearance
Created page with "→All CSS here will be loaded for users of the Vector skin: body { background: blue; }" |
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 */ | ||
container .vector-sticky-header { | |||
background: blue; | background: blue; | ||
} | } | ||
Revision as of 11:52, 13 January 2026
/* All CSS here will be loaded for users of the Vector skin */
container .vector-sticky-header {
background: blue;
}