From 3e2541b411dd163ef0b095fa29400a50f5675e83 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Thu, 16 Apr 2026 14:52:55 -0400 Subject: [PATCH] add subtext modifier --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 56b57f5..9d05217 100644 --- a/static/style.css +++ b/static/style.css @@ -136,3 +136,7 @@ input::placeholder { left: 50%; transform: translateX(-50%); } + +.subtext { + color: var(--text-muted); +}