From 38b69557e8446052f0ea7c71a9687f55781248e1 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sat, 23 Mar 2019 14:37:35 +0100 Subject: [PATCH] Restore Markdown table background color that was removed unnecessarily --- app/assets/stylesheets/framework/typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index db3c0e03323..244b414d334 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -173,6 +173,10 @@ display: block; overflow-x: auto; + tbody { + background-color: $white-light; + } + tr { th { border-bottom: solid 2px $gl-gray-200;