소스 검색

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

George Cushen 3 년 전
부모
커밋
6224270ab3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wowchemy/assets/scss/wowchemy/_base.scss

+ 1 - 0
wowchemy/assets/scss/wowchemy/_base.scss

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