From c4422c2b9bc41ab17a2a6d4d999aa14fe3e11e71 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Mon, 27 Jul 2020 19:11:44 -0700 Subject: [PATCH] _sass: Only apply overlay styles on attribute --- _sass/custom/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 89b9dcf..487544d 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -22,7 +22,7 @@ code { border: none; } -div.highlighter-rouge { +div.highlighter-rouge[overlay] { position: relative; &::after { -- GitLab