style: fix the form text color

This commit is contained in:
Adorian Doran 2025-03-08 00:54:53 +02:00
parent 9a09a89066
commit d24b5a232f

View File

@ -115,6 +115,10 @@ textarea,
right 0.75rem center/15px 20px no-repeat;
}
.form-text {
color: var(--muted-text-color);
}
/* Restore default apperance */
input[type="number"],
input[type="checkbox"] {