mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
|
.citizen-feature-pure-black-clientpref-1 {
|
||
|
:root.skin-theme-clientpref-night& {
|
||
|
--color-surface-0: #000;
|
||
|
}
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
:root.skin-theme-clientpref-os& {
|
||
|
--color-surface-0: #000;
|
||
|
}
|
||
|
}
|
||
|
}
|