From b40c8203540e7e9e84755d4696caabb7eb78bd3e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 10:38:05 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 2 +- files/templates/comments.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index ce4dee8fb..dd1ea21de 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 f7d1ff00d..c7e6fd3e6 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -434,7 +434,7 @@