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 #48 from ckeditor/ckeditor5-dev/i/611
Browse files Browse the repository at this point in the history
Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
  • Loading branch information
oleq authored Apr 15, 2020
2 parents e674e86 + 823293b commit 93fd221
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
*/

:root {
--ck-highlight-marker-yellow: #fdfd77;
--ck-highlight-marker-green: #63f963;
--ck-highlight-marker-pink: #fc7999;
--ck-highlight-marker-blue: #72cdfd;
--ck-highlight-pen-red: #e91313;
--ck-highlight-pen-green: #118800;
--ck-highlight-marker-yellow: hsl(60, 97%, 73%);
--ck-highlight-marker-green: hsl(120, 93%, 68%);
--ck-highlight-marker-pink: hsl(345, 96%, 73%);
--ck-highlight-marker-blue: hsl(201, 97%, 72%);
--ck-highlight-pen-red: hsl(0, 85%, 49%);
--ck-highlight-pen-green: hsl(112, 100%, 27%);
}

@define-mixin highlight-marker-color $color {
Expand Down

0 comments on commit 93fd221

Please sign in to comment.