From c2d8e091f81a5e9e46dff43f0272d332b522c555 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 2 Aug 2022 22:44:55 +0100 Subject: [PATCH] Remove redundant `background-color` Now that only object and request tables get the stripes, there is no need to reset it for basic-info --- assets/scss/custom.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index fcf9341b..6dc4d820 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -359,7 +359,6 @@ footer { &.basic-info, &.basic-info th, &.basic-info td { table-layout: fixed; margin: 1rem 0 .5rem 0; - background-color: $white; } &.basic-info th {