Fix stats block display in dark theme
authorJulien Maulny <julien.maulny@protonmail.com>
Fri, 8 Nov 2019 17:46:19 +0000 (18:46 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 13 Nov 2019 08:02:26 +0000 (09:02 +0100)
client/src/sass/bootstrap.scss

index 12e73278a89d046ce460b7d2f204a3106c5ba467..8f1e18d9e88779b7b59100f37fad212154c3b732 100644 (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;