From 0d79c26d753ef52936e1be685f2a5e348a233882 Mon Sep 17 00:00:00 2001 From: Robert Dickert Date: Fri, 15 Dec 2023 10:15:53 -0700 Subject: [PATCH] let inputs and textareas follow theme coloring (#499) Fixes bad contrast in dark mode at, e.g., /numeric-inputs --- content/tutorial/common/src/app.html | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorial/common/src/app.html b/content/tutorial/common/src/app.html index e279a76a2..4dba4f2d1 100644 --- a/content/tutorial/common/src/app.html +++ b/content/tutorial/common/src/app.html @@ -121,6 +121,7 @@ input, textarea { background: var(--bg-1); + color: inherit; } select:not([multiple]) {