From 34267d6312d290da2f92909945cc44e46e812955 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 29 Apr 2025 11:26:25 +0000 Subject: feat(frontend): Make value absence easier to spot --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dcb1b25..073bb80 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,8 @@ } ::placeholder { - color: #9fadbd; + /* color: #9fadbd; */ + color: rgb(114, 138, 161); } select { -- cgit v1.2.3