From a4610bc6880b923b38cc9dc109ab7bf85f826eae Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Fri, 8 Nov 2019 18:46:19 +0100 Subject: Fix stats block display in dark theme --- client/src/sass/bootstrap.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 12e73278a..8f1e18d9e 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -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; -- cgit v1.2.3