aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-10 14:50:37 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-10 14:50:37 -0400
commit83a60f2e0507c86598269d689725db8773ab564b (patch)
treee5736f65db6310b231e059b6d77e1c0fba465d4a
parentb8c2d857487f2fdcc1c6b855fb933f8fc2eccf61 (diff)
downloadedwinmattiacci.com-83a60f2e0507c86598269d689725db8773ab564b.tar.gz
edwinmattiacci.com-83a60f2e0507c86598269d689725db8773ab564b.tar.bz2
edwinmattiacci.com-83a60f2e0507c86598269d689725db8773ab564b.zip
bootstrap/comments/backend/classes/formui: Change comment warning to Tailwind CSS v1
-rw-r--r--bootstrap/comments/backend/classes/formui.php2
1 files changed, 1 insertions, 1 deletions
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