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 {
--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 */