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 #217 from ckeditor/t/ckeditor5/479
Browse files Browse the repository at this point in the history
Fix: The placeholder text should have more contrast to meet the WCAG AA standard. Closes #213.
  • Loading branch information
Piotr Jasiun authored Feb 7, 2019
2 parents 2b98dd2 + d1125af commit cff6cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/ckeditor5-ui/globals/_colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

/* -- Engine -------------------------------------------------------------------------------- */

--ck-color-engine-placeholder-text: hsl(0, 0%, 76%);
--ck-color-engine-placeholder-text: hsl(0, 0%, 44%);

/* -- Upload -------------------------------------------------------------------------------- */

Expand Down

0 comments on commit cff6cad

Please sign in to comment.