Skip to content

Commit aeb1ffc

Browse files
committed
Less opacity for placeholders to make it look less like prefilled text
1 parent d3a3bf2 commit aeb1ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/root/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
::placeholder {
5959
color: #fff;
60-
opacity: 0.3;
60+
opacity: 0.2;
6161
}
6262
input[type=number] {
6363
-moz-appearance: textfield;

0 commit comments

Comments
 (0)