From c8c09fb6ecf72f592e0d05f66f20b32c94f2e2cd Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Mon, 10 Aug 2020 19:51:55 -0700 Subject: [PATCH] _sass: Fix overlay card-meta inheritance --- _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 da40a7e..a0f266f 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -26,7 +26,7 @@ div.highlighter-rouge[overlay] { position: relative; &::after { - @extend %card-meta, .text-grey-dk-100; + @extend .label, %card-meta, .text-grey-dk-100; background-color: $white; bottom: $sp-2; -- GitLab