Skip to content

Commit d605c99

Browse files
smnandreweaverryan
authored andcommitted
[UXSite] Improve color contrast between form inputs and placeholders
1 parent 2bccc25 commit d605c99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ux.symfony.com/assets/styles/_type.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,7 @@ h4.ubuntu {
220220
box-shadow: 2px 3px 9px 4px rgb(0 0 0 / 12%);
221221
}
222222

223+
.form-control::placeholder {
224+
color: $n-300;
225+
font-weight: lighter;
226+
}

0 commit comments

Comments
 (0)