]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Override .table-success in dark mode
[rails.git] / app / assets / stylesheets / common.scss
index b949e8ac16b0aed327988f99f64a22662ff1e48c..1fe7ea53bfc94f18d8831dd151f5b1265d698dff 100644 (file)
@@ -75,7 +75,10 @@ time[title] {
   .table-secondary {
     --bs-table-bg: rgb(var(--bs-secondary-rgb), .25);
   }
-  .table-primary, .table-secondary {
+  .table-success {
+    --bs-table-bg: rgb(var(--bs-success-rgb), .25);
+  }
+  .table-primary, .table-secondary, .table-success {
     --bs-table-color: initial;
     border-color: inherit;
   }