Tweak background of 'yes' cells of Special:Interwiki for night mode

This uses background-color-success-subtle for the background color of
'yes' cells in Special:Interwiki

Bug: T367124
Change-Id: I81764c2669525c790f600643421274cfa9436e2a
This commit is contained in:
Ebrahim Byagowi 2024-07-01 23:21:04 +03:30 committed by Ebrahim
parent 21d9ceec59
commit 86dfcc6eb8

View file

@ -1,4 +1,5 @@
// Styles for Special:Interwiki
@import 'mediawiki.skin.variables.less';
table.mw-interwikitable {
width: 100%;
@ -23,7 +24,7 @@ table.mw-interwikitable {
}
&.body td.mw-interwikitable-local-yes {
background: #d5fdf4;
background: @background-color-success-subtle;
}
}