From 83a60f2e0507c86598269d689725db8773ab564b Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 10 Jul 2019 14:50:37 -0400 Subject: bootstrap/comments/backend/classes/formui: Change comment warning to Tailwind CSS v1 --- bootstrap/comments/backend/classes/formui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/comments/backend/classes/formui.php b/bootstrap/comments/backend/classes/formui.php index 09b094b..6f69c00 100644 --- a/bootstrap/comments/backend/classes/formui.php +++ b/bootstrap/comments/backend/classes/formui.php @@ -507,7 +507,7 @@ class FormUI // Create element for message text $message_element = new HTMLTag ('div', array ( 'id' => 'hashover-message', - 'class' => 'bg-red-lightest border border-red-light text-red-dark px-4 py-3 rounded relative mb-4' + 'class' => 'bg-red-200 border border-red-400 text-red-900 px-4 py-3 rounded relative mb-4' )); // Check if message cookie is set -- cgit v1.2.3