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); +}