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 {
|
||||
--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 */
|
||||
|
|
Loading…
Reference in a new issue