Difference between revisions of "MediaWiki:Vector.css"

From Foundation - Wiki
Jump to navigation Jump to search
Line 16: Line 16:
.infobox-header {
.infobox-header {
background: var(--secondary-header);
background: var(--secondary-header);
}
.header-box {
background: var(--header);
}
.mainpage ul li {
background: var(--header);
}
}

Revision as of 17:32, 21 December 2021

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

:root {
	--header: #ed9a47;
	--secondary-header: #fca349;
}

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

.infobox-title {
	background: var(--header);
}

.infobox-header {
	background: var(--secondary-header);
}

.header-box {
	background: var(--header);
}

.mainpage ul li {
	background: var(--header);
}