aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-04-29 11:26:25 +0000
committerFuwn <[email protected]>2025-04-29 11:26:25 +0000
commit34267d6312d290da2f92909945cc44e46e812955 (patch)
treeb3152bf368d1ef555ae2fe12086f2e0783c1b430
parentchore: Bump version patch (diff)
downloadmayu-34267d6312d290da2f92909945cc44e46e812955.tar.xz
mayu-34267d6312d290da2f92909945cc44e46e812955.zip
feat(frontend): Make value absence easier to spot
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
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 {