소스 검색

#4934: Canard: Fix highlight padding (#5997)

* #4934: Canard: Fix highlight padding

* #4934: Canard: Adjust mark selector
Bob Matyas 3 년 전
부모
커밋
f65317d65d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      canard/style.css

+ 1 - 1
canard/style.css

@@ -423,7 +423,7 @@ acronym {
 	border-bottom: 1px dotted #222;
 	cursor: help;
 }
-mark,
+mark:not(.has-inline-color),
 ins {
 	background: #d11415;
 	color: #fff;