From e4523ec21c0b258a82e8650d61993481210406cc Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 10 May 2024 10:35:18 -0700 Subject: [PATCH] front page bug fix, text color in web site form input fixes #1042. thanks @miklb! --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 0b464820..3576bdb7 100644 --- a/static/style.css +++ b/static/style.css @@ -604,6 +604,7 @@ a.active-tab + a { } input[type="text"], input[type="url"] { + color: black; /* overrides .front-dark */ padding-left: .3em; padding-right: .3em; border: 1px solid black;