Other: The default background color for the table headers should blend with the background of the entire table instead of overriding it. Closes ckeditor/ckeditor5#6228.
@@ -31,7 +31,7 @@
& th {
font-weight: bold;
- background: hsl(0, 0%, 98%);
+ background: hsla(0, 0%, 0%, 5%);
}