From 1f63cc594f55fb0425189beea9569d9a209ac29c Mon Sep 17 00:00:00 2001 From: haseebzaki-07 Date: Sat, 26 Oct 2024 15:30:00 +0530 Subject: [PATCH] fix form input color --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9c3bf4d1..20d4e6a5 100644 --- a/index.html +++ b/index.html @@ -2370,7 +2370,7 @@

Send Us a Message

width: 100%; padding: 10px; font-size: 16px; - color: #ffffff; + color: #000000; border: 2px solid rgb(187, 124, 202); border-radius: 5px; background-color: #f9f9f9;