mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
background color for dark mode logs
This commit is contained in:
parent
bc4017d54a
commit
0628d10076
1 changed files with 4 additions and 0 deletions
|
|
@ -348,6 +348,10 @@ $border-color-dark-mode: #47494f;
|
||||||
background-color: darken($danger-dark-mode, 20%);
|
background-color: darken($danger-dark-mode, 20%);
|
||||||
border-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 {
|
body.color-scheme-dark {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue