From c3bfb98d8fbf072d6813f379d613550d555a35b4 Mon Sep 17 00:00:00 2001 From: Wade Desir Date: Mon, 5 Feb 2024 17:37:12 -0500 Subject: [PATCH] fixes input text being blank --- frontend/src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index 76fe8b1..bac0b57 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -42,6 +42,9 @@ button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } +input{ + color: black; +} /* @media (prefers-color-scheme: light) { :root { color: #213547;