diff --git a/frontend/src/index.css b/frontend/src/index.css index 8f2aee8..46e17e4 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -244,6 +244,7 @@ button:disabled { box-shadow: var(--glow-purple); } +input, input[type="text"], input[type="password"], input[type="email"], @@ -259,6 +260,7 @@ input[type="date"] { -webkit-text-fill-color: var(--text-primary); transition: all 0.2s; -webkit-appearance: none; + -moz-appearance: none; appearance: none; }