diff --git a/files/static/src/main.css b/files/static/src/main.css index ce4dee8fb9..dd1ea21de8 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -8,7 +8,7 @@ @apply text-red-700 font-bold text-3xl; } -.form-control { +.form-input { @apply block w-full rounded shadow-inner p-2 bg-white border border-gray-300 hover:border-gray-400 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50 } diff --git a/files/templates/comments.html b/files/templates/comments.html index f7d1ff00d4..c7e6fd3e68 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -434,7 +434,7 @@