mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-23 05:37:14 +01:00
Fix: ensure css color-scheme for dark mode (#11855)
This commit is contained in:
parent
213bd7e244
commit
2d9717a330
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue