From bf4cef47e8dab23cd942b5f15554336396ced1e0 Mon Sep 17 00:00:00 2001 From: lichenblankie Date: Fri, 5 Jun 2026 04:35:24 +0000 Subject: [PATCH] kodama2: add input:not([type]) for unstyled forum inputs --- themes/kodama2.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/kodama2.html b/themes/kodama2.html index 4fb6175..31bd5fd 100644 --- a/themes/kodama2.html +++ b/themes/kodama2.html @@ -143,6 +143,7 @@ input[type="text"], input[type="url"], + input:not([type]), input[name="q"], input[name="url"], input[name="note"],