subtle placeholders

This commit is contained in:
ethan merchant 2024-11-03 01:42:00 -05:00
parent 0b6bb58195
commit bc01a6b5a6

View file

@ -63,6 +63,9 @@
} }
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
background: #ccc; background: #ccc;
}
*::placeholder {
color: var(--col-06);
} }
display: none; display: none;
} }