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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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-color: blue; | ||
} | } | ||
Latest 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-color: blue;
}