MediaWiki:Common.less/wikitables.less: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 14:
--table-maybe-background: @golden;
--table-maybe-color: @cinnamon;
}
 
// General table headers so it works for stuff like Special:ListFiles
table {
> tr > th,
> * > tr > th {
background-color: var(--wikitable-header-bg) !important;
color: @white !important;
border-color: var(--body-darker) !important;
a {
color: var(--table-link-color);
}
}
}