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

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 14: Line 14:
--table-maybe-background: @golden;
--table-maybe-background: @golden;
--table-maybe-color: @cinnamon;
--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);
}
}
}
}