From 839c3b4c3037c87d481baad30085eb103cbd420f Mon Sep 17 00:00:00 2001 From: James Date: Mon, 10 Sep 2018 16:33:13 +1000 Subject: [PATCH] Fix backgrounds of pre-wrapped code --- src/scss/yuzu/yuzu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/yuzu/yuzu.scss b/src/scss/yuzu/yuzu.scss index ee7eba87..9b9bdc25 100644 --- a/src/scss/yuzu/yuzu.scss +++ b/src/scss/yuzu/yuzu.scss @@ -93,6 +93,6 @@ a:hover { } // Fix background color of monospaced text -.content code { +.content :not(pre) > code { background: $dark; }