Difference between revisions of "MediaWiki:Common.css"
From The Hidden Room
(Created page with "→CSS placed here will be applied to all skins: // override table header background color for DarkCosmos skin .wikitable > * > tr > th { background-color: #2b2b2e; }") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
.wikitable > * > tr > th { | |||
background-color: #2b2b2e; | background-color: #2b2b2e; | ||
} | } |
Latest revision as of 22:40, 3 July 2022
/* CSS placed here will be applied to all skins */ .wikitable > tr > th, .wikitable > * > tr > th { background-color: #2b2b2e; }