Skip to content

Commit

Permalink
Merge pull request #1192 from yabwe/fix-1156
Browse files Browse the repository at this point in the history
Fix #1156 - placeholder text color in flat theme
  • Loading branch information
j0k3r committed Aug 22, 2016
2 parents deac45c + 0cefad8 commit 5afc2fd
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 5afc2fd

Please sign in to comment.