mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
1e1bba82bc
Semantic Result Formats loves setting no background or an background image as a linear gradient. This is not really addressed in these commits. TODO :/
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;
|
|
}
|
|
}
|
|
}
|