fix: placeholder color

This commit is contained in:
Phan An 2023-08-20 17:25:32 +02:00
parent a8a3baa478
commit c382d5799e
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -14,7 +14,7 @@
}
::placeholder {
color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, .5);
}
body,