Browse Source

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

* #4934: Canard: Fix highlight padding

* #4934: Canard: Adjust mark selector
Bob Matyas 3 years ago
parent
commit
f65317d65d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      canard/style.css

+ 1 - 1
canard/style.css

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