Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
@@ -5,7 +5,7 @@
.ck-content pre {
padding: 1em;
- color: #353535;
+ color: hsl(0, 0%, 20.8%);
background: hsla(0, 0%, 78%, 0.3);
border: 1px solid hsl(0, 0%, 77%);
border-radius: 2px;