Skip to content

Commit

Permalink
Fix placeholder text color in flat theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Aug 21, 2016
1 parent deac45c commit 0cefad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/themes/flat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ $medium-editor-placeholder-color: #fff;
}

.medium-editor-placeholder:after {
color: $medium-editor-border-color;
color: lighten($medium-editor-bgcolor, 20);
}

0 comments on commit 0cefad8

Please sign in to comment.