소스 검색

adjust pre tag styles for blue-night theme

Yuki Takei 7 년 전
부모
커밋
d2dbd44eb8
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      resource/styles/agile-admin/inverse/colors/blue-night.scss

+ 0 - 5
resource/styles/agile-admin/inverse/colors/blue-night.scss

@@ -47,8 +47,3 @@ $inline-code-bg: #0a121b;
     }
   }
 }
-
-:not(.hljs) > pre:not(.hljs) {
-  color: $bodytext;
-  background-color: $inline-code-bg;
-}