mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
background color for dark mode logs
This commit is contained in:
parent
bc4017d54a
commit
0628d10076
@ -348,6 +348,10 @@ $border-color-dark-mode: #47494f;
|
||||
background-color: darken($danger-dark-mode, 20%);
|
||||
border-color: darken($danger-dark-mode, 20%);
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
background-color: $bg-light-dark-mode !important;
|
||||
}
|
||||
}
|
||||
|
||||
body.color-scheme-dark {
|
||||
|
Loading…
x
Reference in New Issue
Block a user