From d78b5f720a179bd0b840bd426a36f806d1e23a1c Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Sun, 23 Dec 2018 09:43:29 -0600 Subject: [PATCH] Code background matches between inline and multiline --- docs/_sass/_syntax-highlighting.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sass/_syntax-highlighting.scss b/docs/_sass/_syntax-highlighting.scss index 1c94d6dc7..2fed2271e 100644 --- a/docs/_sass/_syntax-highlighting.scss +++ b/docs/_sass/_syntax-highlighting.scss @@ -8,7 +8,7 @@ pre { margin: 0; padding: 8px 12px; - background: $gray-100; + background: $gray-200; border: 1px solid #e8e8e8; }