From 0a34432277b88170aebd1c2c9c6c2dabfcf47655 Mon Sep 17 00:00:00 2001 From: PATILYASHH Date: Sat, 3 Aug 2024 11:45:15 +0530 Subject: [PATCH] search box tex color fixed --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index b51032e..7874a6d 100644 --- a/src/index.css +++ b/src/index.css @@ -49,6 +49,7 @@ img{ @media (max-width: 768px) { .card { width: auto; + color: white; } }