add more contrast to placeholder text

This commit is contained in:
Mads Rasmussen
2017-03-13 20:06:57 +01:00
parent 2dd31f0f05
commit 97f379ff44

View File

@@ -331,7 +331,7 @@ input[type="checkbox"]:focus {
// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn't understand a selector
input,
textarea {
.placeholder();
.placeholder(@gray-6);
}