Jump to content

MediaWiki:Vector.css: Difference between revisions

From Wiki ZB
No edit summary
No edit summary
 
Line 2: Line 2:


container .vector-sticky-header {
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;
}