Less opacity for placeholders to make it look less like prefilled text

This commit is contained in:
bumi 2021-08-27 11:21:09 +02:00
parent d3a3bf287b
commit aeb1ffc669
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
}
::placeholder {
color: #fff;
opacity: 0.3;
opacity: 0.2;
}
input[type=number] {
-moz-appearance: textfield;