mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 11:00:08 +00:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* SkinStyles for Extension:Interwiki
|
||
|
* Module: ext.interwiki.specialpage
|
||
|
* Version: REL1_35 a65a18e
|
||
|
*
|
||
|
* Date: 2022-05-15
|
||
|
*/
|
||
|
|
||
|
table.mw-interwikitable.body td.mw-interwikitable-local-yes {
|
||
|
background: var( --background-color-success );
|
||
|
}
|