ソースを参照

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

Bob Matyas 2 年 前
コミット
59404d714c
2 ファイル変更2 行追加2 行削除
  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;
 	cursor: help;
 }
-mark,
+mark:not(.has-inline-color),
 ins {
 	background: #ef7d0b;
 	color: #fff;

+ 1 - 1
shoreditch/style.css

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