Better placeholder color

This commit is contained in:
Maxime Bloch 2020-07-22 15:24:50 +02:00
parent b187b27aa0
commit a5d3510bdb

View file

@ -110,6 +110,7 @@
:root { :root {
--white: #afafaf; --white: #afafaf;
--soft-grey: #808080;
--red: #e31b23; --red: #e31b23;
--bodyColor: #292a2b; --bodyColor: #292a2b;
--borderFormEls: hsl(0, 0%, 10%); --borderFormEls: hsl(0, 0%, 10%);
@ -136,8 +137,8 @@
} }
::placeholder { ::placeholder {
color: inherit; color: var(--soft-grey);
opacity: 1; opacity: 0.8;
} }
/* On focus styling */ /* On focus styling */