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; }