diff --git a/app/web/static/style.css b/app/web/static/style.css index e053f71..27edfbd 100644 --- a/app/web/static/style.css +++ b/app/web/static/style.css @@ -364,7 +364,8 @@ form.stacked-form label { form.stacked-form input[type="text"], form.stacked-form input[type="password"], -form.stacked-form input[type="email"] { +form.stacked-form input[type="email"], +form.stacked-form input[type="number"] { font: inherit; color: var(--text); padding: 0.5rem 0.65rem;