mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
|
/*
|
||
|
* Citizen - Capiunto Infobox
|
||
|
* https://www.mediawiki.org/wiki/Extension:Capiunto
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../../../resources/variables.less';
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
.mw-capiunto-infobox {
|
||
|
border: 1px solid @dark-bg-50;
|
||
|
background-color: @dark-bg-10;
|
||
|
color: @dark-text-100;
|
||
|
}
|
||
|
}
|