From a5d3510bdbf8be46dedd4d6f72f0ccc89757d200 Mon Sep 17 00:00:00 2001 From: Maxime Bloch Date: Wed, 22 Jul 2020 15:24:50 +0200 Subject: [PATCH] Better placeholder color --- templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 7bc7588..c4ef7a4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -110,6 +110,7 @@ :root { --white: #afafaf; + --soft-grey: #808080; --red: #e31b23; --bodyColor: #292a2b; --borderFormEls: hsl(0, 0%, 10%); @@ -136,8 +137,8 @@ } ::placeholder { - color: inherit; - opacity: 1; + color: var(--soft-grey); + opacity: 0.8; } /* On focus styling */