diff --git a/static/style.css b/static/style.css index 0f80142..2a6b4cd 100644 --- a/static/style.css +++ b/static/style.css @@ -410,6 +410,10 @@ body { font-weight: 500; margin-bottom: .5rem; } +.form-text { + color: var(--text-secondary) !important; + font-size: 13px; +} .form-select option { background: var(--bg-elevated); } textarea.form-control { resize: vertical; min-height: 100px; }