Skip to content

Commit 6563886

Browse files
committed
Add background colour to inline highlights
1 parent d8d1b3a commit 6563886

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_sass/common.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ pre.highlight {
4141
display: flex;
4242
justify-content: center;
4343
}
44+
45+
code.highlighter-rouge {
46+
@extend .highlight;
47+
48+
padding: 0.1rem;
49+
}

0 commit comments

Comments
 (0)