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

Commit

Permalink
Merge pull request #269 from ckeditor/i/6228
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oleq authored Mar 11, 2020
2 parents eab1b5f + b6a58c1 commit b53032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

& th {
font-weight: bold;
background: hsl(0, 0%, 98%);
background: hsla(0, 0%, 0%, 5%);
}
}
}

0 comments on commit b53032d

Please sign in to comment.