From 21983a61b6a87ff8fcb17f2e1248e8c6019960da Mon Sep 17 00:00:00 2001 From: Max Chadwick Date: Mon, 20 Nov 2017 22:15:09 -0500 Subject: [PATCH] Darken placeholder text Previously color contrast was insufficient per WCAG AA --- isso/css/isso.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/css/isso.css b/isso/css/isso.css index 456740c..47cf675 100644 --- a/isso/css/isso.css +++ b/isso/css/isso.css @@ -20,7 +20,7 @@ outline: 0; } #isso-thread .textarea.placeholder { - color: #AAA; + color: #757575; } .isso-comment {