Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
no edit summary
(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);
}
}

Navigation menu