MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Global table changes */ | /* Global table changes */ | ||
/* Doing it this way instead of ".wikitable th" is more proper because it only applies to the top-level <th> and not nested tables used for formatting purposes */ | /* Doing it this way instead of ".wikitable th" is more proper because it only applies to the top-level <th> and not nested tables used for formatting purposes */ | ||
Revision as of 15:09, 25 October 2025
/* Global table changes */
/* Doing it this way instead of ".wikitable th" is more proper because it only applies to the top-level <th> and not nested tables used for formatting purposes */
.wikitable > tr > th,
.wikitable > * > tr > th {
color: #fff;
background-color: #76f;
}