mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Dark mode support
This commit is contained in:
parent
55584a6a87
commit
d60b532b8f
3 changed files with 14 additions and 4 deletions
|
|
@ -1,9 +1,5 @@
|
|||
@import "/src/theme";
|
||||
|
||||
::ng-deep .ngx-file-drop__drop-zone--over {
|
||||
background-color: $primaryFaded !important;
|
||||
}
|
||||
|
||||
form {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -111,3 +111,7 @@ body {
|
|||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.ngx-file-drop__drop-zone--over {
|
||||
background-color: $primaryFaded !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -352,6 +352,16 @@ $border-color-dark-mode: #47494f;
|
|||
.bg-dark {
|
||||
background-color: $bg-light-dark-mode !important;
|
||||
}
|
||||
|
||||
.ngx-file-drop__drop-zone--over {
|
||||
background-color: darken($primary-dark-mode, 35%) !important;
|
||||
}
|
||||
|
||||
.alert-secondary {
|
||||
background-color: $bg-light-dark-mode;
|
||||
border-color: darken($bg-light-dark-mode, 10%);
|
||||
color: $text-color-dark-mode-accent;
|
||||
}
|
||||
}
|
||||
|
||||
body.color-scheme-dark {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue