소스 검색

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