Fix stats block display in dark theme
This commit is contained in:
parent
f88e73f740
commit
a4610bc688
|
@ -125,6 +125,11 @@ ngb-tabset.bootstrap {
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: var(--mainBackgroundColor);
|
||||
border-color: #dee2e6;
|
||||
}
|
||||
|
||||
.collapse-transition {
|
||||
// Animation when we show/hide the filters
|
||||
transition: max-height 0.3s;
|
||||
|
|
Loading…
Reference in New Issue