mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
5d3ecd9edd
This is an on-going work to adapt Codex into Citizen. Some of the CSS variables are soft depreciated, see tokens.less for updated info.
21 lines
402 B
Plaintext
21 lines
402 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: 2px solid @dark-bg-20 !important;
|
|
}
|
|
}
|
|
}
|