From c46b9289982820f2613659e3ba89bf0dc569a7cd Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 14 Jul 2015 21:48:28 -0400 Subject: [PATCH] Cleared the background color set by highlight js and use the standard background color instead. --- scss/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/main.scss b/scss/main.scss index 8021302..857d989 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -509,3 +509,7 @@ footer div { padding-right: 10px; padding-top: 10px; } + +.hljs { + background-color: $primary-background-color; +} -- GitLab