diff options
| author | Fuwn <[email protected]> | 2025-04-29 11:26:25 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-29 11:26:25 +0000 |
| commit | 34267d6312d290da2f92909945cc44e46e812955 (patch) | |
| tree | b3152bf368d1ef555ae2fe12086f2e0783c1b430 | |
| parent | chore: Bump version patch (diff) | |
| download | mayu-34267d6312d290da2f92909945cc44e46e812955.tar.xz mayu-34267d6312d290da2f92909945cc44e46e812955.zip | |
feat(frontend): Make value absence easier to spot
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,8 @@ } ::placeholder { - color: #9fadbd; + /* color: #9fadbd; */ + color: rgb(114, 138, 161); } select { |