From cd07bdc83edf151bf3038efa631c4648384e0cf3 Mon Sep 17 00:00:00 2001 From: Gaganveer Bawa Date: Sat, 9 Nov 2024 13:00:58 +0530 Subject: [PATCH] Fix placeholder contrast and toggle design in dark mode --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5b0dcd0..43ac204 100644 --- a/style.css +++ b/style.css @@ -511,7 +511,7 @@ button:hover { .header .search-form input { width: 100%; font-size: 1.6rem; - color: var(--text-color); + color: black; padding: 0.5rem; border: none; outline: none;