From ca9fe75d0a50652bc46d7829f2cfc4966cfecec4 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 17:59:07 -0600 Subject: [PATCH] trying css way --- css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/base.css b/css/base.css index 33e5256..3ef051e 100644 --- a/css/base.css +++ b/css/base.css @@ -369,6 +369,11 @@ textarea { resize: none; } +input:-webkit-autofill { + -webkit-box-shadow: 0 0 0px 1000px black inset !important; + /* Try this first */ +} + input:focus, .autofilled, textarea:focus,