From cf6057851567f14efb341734942f4e74cbc780d3 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 17:38:48 -0600 Subject: [PATCH] missed setting font on autofilled forms. --- css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/base.css b/css/base.css index bc410a3..4d3f60e 100644 --- a/css/base.css +++ b/css/base.css @@ -23,6 +23,7 @@ p, small, label, input, +input:is(:-webkit-autofill, :autofill), textarea, a, .modal_button,