mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Fix: Miscellaneous visual fixes in v2.0.0-beta.rc1 2 (#4635)
* Fix filter editor sticky top spacing * Fix management list long title text alignment * Fix paperless green using incorrect lightness value
This commit is contained in:
parent
a14796cf90
commit
0eb17e7102
3 changed files with 3 additions and 2 deletions
|
|
@ -63,6 +63,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
|||
}
|
||||
|
||||
@mixin dark-mode {
|
||||
--bs-primary: hsl(var(--pngx-primary),var(--pngx-primary-lightness));
|
||||
--bs-body-color: #{$text-color-dark-bg};
|
||||
--pngx-body-color-accent: #{$text-color-dark-bg-accent};
|
||||
--bs-secondary-color: #6c757d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue