diff --git a/main.css b/main.css index 75fd843..163113f 100644 --- a/main.css +++ b/main.css @@ -119,10 +119,10 @@ body{ .Name-Input input:valid + .placeholder{ top: 10px; font-size: 10px; - color: #222; + color: #8B8B8B; } .Name-Input input:focus + .placeholder{ top: 10px; font-size: 10px; - color: #222; -} \ No newline at end of file + color: #8B8B8B; +}