From 8199aeffdcc145ae0bf889af1b4d17a42605e14f Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 4 Nov 2015 11:20:31 +0000 Subject: [PATCH] heading-code-scss: fix background color --- public/resources/css/module/_heading-code.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/resources/css/module/_heading-code.scss b/public/resources/css/module/_heading-code.scss index d67b2ea396..1072f4fa40 100644 --- a/public/resources/css/module/_heading-code.scss +++ b/public/resources/css/module/_heading-code.scss @@ -1,6 +1,6 @@ h1, h2, h3, h4 { .prettyprint { - background: $snow; + background: none; font-family: $mono-font; color: $steel; overflow: hidden;