Difference between revisions of "MediaWiki:Vector.css"
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); }") |
|||
Line 7: | Line 7: | ||
.wikitable > * > tr > th { | .wikitable > * > tr > th { | ||
background: var(--header); | background: var(--header); | ||
} | |||
.infobox-title { | |||
background: var(--header); | |||
} | } |
Revision as of 17:10, 21 December 2021
/* All CSS here will be loaded for users of the Vector skin */
:root {
--header: #cf863e;
}
.wikitable > * > tr > th {
background: var(--header);
}
.infobox-title {
background: var(--header);
}