1
0
Fork 0
mirror of https://github.com/sbrl/powahroot.git synced 2024-11-23 06:33:02 +00:00

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

View file

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