mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-18 17:22:29 +00:00
21 lines
426 B
Plaintext
21 lines
426 B
Plaintext
/*
|
|
* Citizen - SRF
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-theme-clientpref-night {
|
|
.blockUI {
|
|
&.blockOverlay {
|
|
background-color: var( --color-surface-0 ) !important;
|
|
}
|
|
|
|
&.blockMsg {
|
|
color: var( --color-emphasized ) !important;
|
|
background-color: var( --color-surface-0 ) !important;
|
|
border: var( --border-width-thick ) solid @dark-bg-20 !important;
|
|
}
|
|
}
|
|
}
|