From c4cea81ff9549f09f69a13902b15329e6e5b74ec Mon Sep 17 00:00:00 2001 From: autinerd <27780930+autinerd@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:43:26 +0100 Subject: [PATCH] Fix text color on typeselect in dark mode --- app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app.css b/app.css index 2c28310..a00065d 100644 --- a/app.css +++ b/app.css @@ -191,6 +191,7 @@ h1, h2, h3, h4, h5, h6 { #wizard #type-pane .radiogroup label { background-color: #ffb400; + color: #333333; } #wizard #type-pane .radiogroup input[type="radio"]:checked + label { -- GitLab