mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* SkinStyles for Extension:Score
|
||
|
* Module: ext.score.popup
|
||
|
* Version: REL1_39 0a66cef
|
||
|
*
|
||
|
* Date: 2023-06-10
|
||
|
*/
|
||
|
|
||
|
.skin-citizen-dark .mw-ext-score img {
|
||
|
filter: invert( 1 );
|
||
|
}
|