diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-12 09:17:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-12 09:17:54 +0800 |
commit | 633a8db8885fb2aa1711e60df2b55fa71c7ef4f2 (patch) | |
tree | 9dbf773ca8de39f471faad7165151f7300f4a701 | |
parent | Increase text decoration brightness (diff) | |
download | forge-633a8db8885fb2aa1711e60df2b55fa71c7ef4f2.tar.gz forge-633a8db8885fb2aa1711e60df2b55fa71c7ef4f2.tar.zst forge-633a8db8885fb2aa1711e60df2b55fa71c7ef4f2.zip |
-rw-r--r-- | forged/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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%; |