소스 검색

Remove useless background color

Thibaut 11 년 전
부모
커밋
1056c8e670
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      assets/stylesheets/components/_prism.scss

+ 0 - 1
assets/stylesheets/components/_prism.scss

@@ -29,7 +29,6 @@
 .language-css .token.string,
 .style .token.string {
   color: #a67f59;
-  background: hsla(0, 0%, 100%, .5);
 }
 
 .token.atrule,