From 3a1bfdce05d1cec79e3a06982fd02503013be559 Mon Sep 17 00:00:00 2001 From: damocleas Date: Sat, 15 Mar 2025 23:46:49 -0400 Subject: [PATCH] Update index.css --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index 49e570bdccc..62ad6266d30 100644 --- a/index.css +++ b/index.css @@ -68,6 +68,10 @@ input:-internal-autofill-selected { background-clip: text; } +input:-webkit-autofill { + -webkit-text-fill-color: #a1a1a1; +} + /* Need adjust input font-size */ input { font-size: 3.2rem;