From bd122d06c7f09611dce05ef052b6a8bee7843ee1 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 23 Jan 2018 15:59:12 -0500 Subject: [PATCH] Fix border bottom for Gist line numbers --- _sass/minimal-mistakes/_syntax.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/minimal-mistakes/_syntax.scss b/_sass/minimal-mistakes/_syntax.scss index fc17cf5..7265202 100644 --- a/_sass/minimal-mistakes/_syntax.scss +++ b/_sass/minimal-mistakes/_syntax.scss @@ -316,3 +316,9 @@ figure.highlight { color: $base09; } } + +.gist { + th, td { + border-bottom: 0; + } +} \ No newline at end of file -- 2.43.0