From a48a56c519d978ebf26d81f24042f451c08fb612 Mon Sep 17 00:00:00 2001 From: gelis07 <68599597+gelis07@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:52:45 +0300 Subject: [PATCH] Update main.css --- main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; +}