fix(scss): prevent HLJS default text and bg colors getting overrided

This commit is contained in:
George Cushen 2022-02-09 00:23:42 +00:00
commit 6224270ab3

View file

@ -208,6 +208,7 @@ code {
pre,
code:not(.hljs) {
color: #c7254e;
/* Match bg of default highlight theme. */
background-color: rgb(248, 248, 248);
}