Skip to content

Commit 3f21f20

Browse files
committed
feat(frontend): Make value absence easier to spot
1 parent b35bf39 commit 3f21f20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
}
6161

6262
::placeholder {
63-
color: #9fadbd;
63+
/* color: #9fadbd; */
64+
color: rgb(114, 138, 161);
6465
}
6566

6667
select {

0 commit comments

Comments
 (0)