Change placeholder text colour

This commit is contained in:
Starbeamrainbowlabs 2019-04-28 16:12:31 +01:00
parent e63a40d811
commit 9a8961d7b3
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

View File

@ -71,3 +71,6 @@
background: var(--bright-a);
border: 0.1em solid var(--bright-b);
}
::placeholder {
color: var(--green-d);
}