Browse Source

#6232: Publication: Fix padding on inline text color (#6350)

Bob Matyas 2 years ago
parent
commit
59404d714c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      publication/style.css
  2. 1 1
      shoreditch/style.css

+ 1 - 1
publication/style.css

@@ -439,7 +439,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: #ef7d0b;
 	background: #ef7d0b;
 	color: #fff;
 	color: #fff;

+ 1 - 1
shoreditch/style.css

@@ -493,7 +493,7 @@ acronym {
 	cursor: help;
 	cursor: help;
 }
 }
 
 
-mark,
+mark:not(.has-inline-color),
 ins {
 ins {
 	background: #3e69dc;
 	background: #3e69dc;
 	color: #fff;
 	color: #fff;