mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Increase contrast for dark mode colored buttons
This commit is contained in:
parent
d30a652fc1
commit
63aa7128a7
1 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ $border-color-dark-mode: #47494f;
|
|||
--bs-border-color: #{$border-color-dark-mode};
|
||||
--ngx-bg-darker: #{$bg-dark-mode-accent};
|
||||
--ngx-bg-alt: #{$bg-dark-mode-alt};
|
||||
--ngx-body-color-accent: #{$text-color-dark-mode-accent};
|
||||
--ngx-focus-alpha: 0.7;
|
||||
|
||||
.navbar.bg-primary{
|
||||
|
|
@ -62,7 +63,7 @@ $border-color-dark-mode: #47494f;
|
|||
|
||||
.btn-outline-primary, .btn-primary {
|
||||
&:hover, &:focus, &.active, &:active {
|
||||
color: var(--bs-body-color) !important;
|
||||
color: var(--ngx-body-color-accent) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue