mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
21 lines
372 B
Plaintext
21 lines
372 B
Plaintext
|
/*
|
||
|
* Citizen - SRF
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../../../../resources/variables.less';
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
.blockUI {
|
||
|
&.blockOverlay {
|
||
|
background-color: @dark-bg-0 !important;
|
||
|
}
|
||
|
|
||
|
&.blockMsg {
|
||
|
color: @dark-text-100 !important;
|
||
|
border: 2px solid @dark-bg-20 !important;
|
||
|
background-color: @dark-bg-0 !important;
|
||
|
}
|
||
|
}
|
||
|
}
|