Better placeholder color
This commit is contained in:
parent
b187b27aa0
commit
a5d3510bdb
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue