diff --git a/files/static/src/main.css b/files/static/src/main.css index e5a69cc0bb..514e4683f6 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -268,7 +268,7 @@ /* ----------------------- INPUTS ----------------------- */ .form-input { - @apply text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-white dark:bg-white/[03] border border-gray-300 hover:border-gray-400 dark:border-gray-900 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50; + @apply text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-white dark:bg-white/[.05] border border-gray-300 hover:border-gray-400 dark:border-gray-900 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50; } /* ---------------------- BUTTONS ----------------------- */