mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Fix pager color in dark mode
This commit is contained in:
parent
27998df6e4
commit
9b4625b4a5
1 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,10 @@ $border-color-dark-mode: #47494f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-item.active .page-link {
|
||||||
|
background-color: darken($primary-dark-mode, 10%);
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
border-color: $border-color-dark-mode;
|
border-color: $border-color-dark-mode;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue