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; }")
 
Line 2: Line 2:


// override table header background color for DarkCosmos skin
// override table header background color for DarkCosmos skin
.wikitable > * > tr > th {
.wikitable > tr > th, .wikitable > * > tr > th {
   background-color: #2b2b2e;
   background-color: #2b2b2e;
}
}

Revision as of 22:33, 3 July 2022

/* CSS placed here will be applied to all skins */

// override table header background color for DarkCosmos skin
.wikitable > tr > th, .wikitable > * > tr > th {
  background-color: #2b2b2e;
}