password strength meter

This commit is contained in:
2026-04-06 15:48:27 -04:00
parent 8b74cab34e
commit b9ed00c127
5 changed files with 39 additions and 6 deletions

View File

@@ -16,6 +16,10 @@
--error-red: #ef4444; /* Professional Red */
--error-border-red: #e22d2d;
--password-strength-weak: var(--error-red);
--password-strength-medium: #efe943;
--password-strength-strong: #43ef6b;
font-family: "Inter", sans-serif;
-webkit-font-smoothing: antialiased;
}