Fix stats block display in dark theme

pull/2241/head
Julien Maulny 2019-11-08 18:46:19 +01:00 committed by Chocobozzz
parent f88e73f740
commit a4610bc688
1 changed files with 5 additions and 0 deletions

View File

@ -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;