Commit 1eb5d0ce authored by Andreas Kämmerle's avatar Andreas Kämmerle

Fix input placeholder text color

parent f268da84
......@@ -170,7 +170,7 @@ label {
}
.form-control::-webkit-input-placeholder {
color: $gl-text-color-secondary;
color: $placeholder-text-color;
}
.input-group {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment