diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index dd215e76a23707c616a45967e2988b3cabfcb155..89b9dcf85d5880007a758e87f9e7a0b5ccdad49b 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -22,6 +22,21 @@ code { border: none; } +div.highlighter-rouge { + position: relative; + + &::after { + @extend %card-meta, .text-grey-dk-100; + + background-color: $white; + bottom: $sp-2; + content: attr(overlay); + position: absolute; + right: 0; + user-select: none; + } +} + details { margin-left: 40px; margin-right: 40px;