[Glitch] Fix placeholder colors for inputs not being explicitly defined

Port b6df9c1067 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-09-19 19:58:40 +02:00
committed by Thibaut Girka
parent dbb8d9308b
commit 6c8fefb0c9
5 changed files with 56 additions and 18 deletions

View File

@@ -329,6 +329,10 @@ code {
border-radius: 4px;
padding: 10px;
&::placeholder {
color: lighten($darker-text-color, 4%);
}
&:invalid {
box-shadow: none;
}