2024-04-25 19:59:43 +00:00
|
|
|
.feature-pure-black() {
|
|
|
|
--color-surface-0: #000;
|
|
|
|
--color-surface-1: ~'hsl( var( --color-primary__h ), 20%, 10% )';
|
|
|
|
--color-surface-2: ~'hsl( var( --color-primary__h ), 25%, 12% )';
|
|
|
|
--color-surface-3: ~'hsl( var( --color-primary__h ), 25%, 15% )';
|
|
|
|
--color-surface-4: ~'hsl( var( --color-primary__h ), 15%, 20% )';
|
|
|
|
--shadow-strength: 0.04;
|
|
|
|
}
|
|
|
|
|
2024-04-25 19:45:24 +00:00
|
|
|
.citizen-feature-pure-black-clientpref-1 {
|
|
|
|
:root.skin-theme-clientpref-night& {
|
2024-04-25 19:59:43 +00:00
|
|
|
.feature-pure-black();
|
2024-04-25 19:45:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
|
|
:root.skin-theme-clientpref-os& {
|
2024-04-25 19:59:43 +00:00
|
|
|
.feature-pure-black();
|
2024-04-25 19:45:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|