mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
/*
|
|
* Citizen - SRF Gallery Overlay
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
.srf-overlay li.gallerybox div.thumb {
|
|
background-color: @dark-bg-0;
|
|
background-image: none;
|
|
}
|
|
}
|