From aeb1ffc669d86a9bccfacc5af3673b06be6b4c21 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 27 Aug 2021 11:21:09 +0200 Subject: [PATCH] Less opacity for placeholders to make it look less like prefilled text --- files/root/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/root/index.html b/files/root/index.html index fb9a9ed..722e815 100644 --- a/files/root/index.html +++ b/files/root/index.html @@ -57,7 +57,7 @@ } ::placeholder { color: #fff; - opacity: 0.3; + opacity: 0.2; } input[type=number] { -moz-appearance: textfield;