From fd98e77cacc57ff1f463fad4d34fee2deeb847f1 Mon Sep 17 00:00:00 2001
From: Martijn Cuppens <martijn.cuppens@gmail.com>
Date: Sun, 13 Jan 2019 20:02:42 +0100
Subject: [PATCH] Remove background from nested tables

---
 scss/_tables.scss | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scss/_tables.scss b/scss/_tables.scss
index 7d66208397..bed9e73a6a 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -23,10 +23,6 @@
   tbody + tbody {
     border-top: (2 * $table-border-width) solid $table-border-color;
   }
-
-  .table {
-    background-color: $body-bg;
-  }
 }
 
 
-- 
GitLab