Skip to content

Commit 3746268

Browse files
committed
Remove that awful background color for input placeholders
1 parent 56a5193 commit 3746268

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pythonkc_site/static/screen.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,14 @@ section.resources{
324324
}
325325

326326
.contact-form *:-moz-placeholder {
327-
background-color: #1B82B3;
328-
color: #87CDED;
327+
color: #219cd7;
329328
}
330329
/* Combining these as *::-webkit-input-placeholder didn't seem to work...*/
331330
.contact-form input::-webkit-input-placeholder {
332-
background-color: #1B82B3;
333-
color: #87CDED;
331+
color: #219cd7;
334332
}
335333
.contact-form textarea::-webkit-input-placeholder {
336-
background-color: #1B82B3;
337-
color: #87CDED;
334+
color: #219cd7;
338335
}
339336

340337
.contact-sent {

0 commit comments

Comments
 (0)