Assign a default background color for tables using "wikitable" class

Bug: T358449
Change-Id: Ia43683fe51aaffb08d08e40f5fe670d663749daa
This commit is contained in:
anterdc99 2024-02-26 03:14:36 +08:00
parent c94c90d93d
commit 0e068128a6
No known key found for this signature in database
GPG key ID: D3E6E8F14A854560

View file

@ -50,6 +50,7 @@
// Move out of .content selector to avoid increased
// specificty conflicts e.g. with tablesorter (T205945)
.wikitable {
background-color: var( --background-color-base ); // T358449
border: @border-width-base @border-style-base #54595d;
// Note older browsers will fall back to var(--border-color-subtle)
border-color: fade( #54595d, 30 );