From 633a8db8885fb2aa1711e60df2b55fa71c7ef4f2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 09:17:54 +0800 Subject: Fix selection box text color --- forged/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/forged/static/style.css b/forged/static/style.css index 83e156e..4923771 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -304,6 +304,7 @@ th.tdinput input[type=password] { td.tdinput select { position: absolute; background-color: var(--background-color); + color: var(--text-color); border: none; /* width: 100%; -- cgit v1.2.3