Darken placeholder text

Previously color contrast was insufficient per WCAG AA
This commit is contained in:
Max Chadwick 2017-11-20 22:15:09 -05:00
parent b7526ecab1
commit 21983a61b6

View File

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