From e497ff39bca4c73117484a95bbcb1bec3f8a9b37 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:54:13 +0200 Subject: [PATCH] Fix input black text --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index 55e32ab47..d9bdf7469 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -54,6 +54,7 @@ button, textarea, select { font: inherit; + color: inherit; } details summary {