From bc01a6b5a6a3e6d1895a124e50abfa83bb1cfdb9 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:42:00 -0500 Subject: [PATCH] subtle placeholders --- web/public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/public/style.css b/web/public/style.css index aea3800..19f2147 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -63,6 +63,9 @@ } *::-webkit-scrollbar-thumb { background: #ccc; +} +*::placeholder { + color: var(--col-06); } display: none; }