Merge pull request #354 from mpchadwick/feature/comment-placeholder-color

Darken placeholder text
This commit is contained in:
Jelmer Vernooij 2017-11-22 22:11:56 +00:00 committed by GitHub
commit ea3507910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
outline: 0;
}
#isso-thread .textarea.placeholder {
color: #AAA;
color: #757575;
}
.isso-comment {