浏览代码

#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;