From a7d1cc0f625cec9e02667a40978a425bcd45f237 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 17 May 2026 21:05:31 +0200 Subject: [PATCH] Set text color of inputs according to the color scheme --- src/styles/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/common.css b/src/styles/common.css index 928c382..f369a54 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -25,4 +25,8 @@ body { .link:hover:not(.button-link) { text-decoration: underline; +} + +input { + color: var(--dark); } \ No newline at end of file