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

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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);
}
}
}
 
Line 80 ⟶ 66:
th {
background-color: var(--wikitable-header-bg);
color: @white !important;
border-color: var(--body-darker) !important;
}
 
Line 99 ⟶ 87:
th {
background-color: var(--wikitable-header-bg);
color: @white;
border-color: var(--tablebody-link-colordarker);
a {