瀏覽代碼

Merge pull request #13 from ckeditor/ckeditor5-dev/i/611

Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
Aleksander Nowodzinski 5 年之前
父節點
當前提交
bcc08207a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-page-break/theme/pagebreak.css

+ 1 - 1
packages/ckeditor5-page-break/theme/pagebreak.css

@@ -31,7 +31,7 @@
 	font-size: 0.75em;
 	font-weight: bold;
 	color: hsl(0, 0%, 20%);
-	background: #fff;
+	background: hsl(0, 0%, 100%);
 	box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
 
 	/* Disable the possibility to select the label text by the user. */