From 633a8db8885fb2aa1711e60df2b55fa71c7ef4f2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 09:17:54 +0800 Subject: [PATCH] Fix selection box text color --- forged/static/style.css | 1 + diff --git a/forged/static/style.css b/forged/static/style.css index 83e156eae783be1f86f874415c8bc4f6d55d36bb..49237719e011526a9f12eca7b92e910138157436 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -304,6 +304,7 @@ } td.tdinput select { position: absolute; background-color: var(--background-color); + color: var(--text-color); border: none; /* width: 100%; -- 2.48.1