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:
parent
e63a40d811
commit
9a8961d7b3
1 changed files with 3 additions and 0 deletions
3
docs.css
3
docs.css
|
@ -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);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue