Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit b53032d

Browse files
authored
Merge pull request #269 from ckeditor/i/6228
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.
2 parents eab1b5f + b6a58c1 commit b53032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
& th {
3333
font-weight: bold;
34-
background: hsl(0, 0%, 98%);
34+
background: hsla(0, 0%, 0%, 5%);
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)