Difference between revisions of "MediaWiki:Vector.css"

From Foundation - Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: :root { --header: #cf863e; } .wikitable > * > tr > th { background: var(--header); }")
(No difference)

Revision as of 17:08, 21 December 2021

/* All CSS here will be loaded for users of the Vector skin */

:root {
	--header: #cf863e;
}

.wikitable > * > tr > th {
    background: var(--header);
}