Fix: ensure css color-scheme for dark mode (#11855)

This commit is contained in:
shamoon 2026-01-21 21:45:50 -08:00 committed by GitHub
parent 213bd7e244
commit 2d9717a330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
}
@mixin dark-mode {
color-scheme: dark;
--pngx-body-color-accent: #{$text-color-dark-bg-accent};
--pngx-bg-alt: #242529;
--pngx-bg-alt2: #232323;