From 8dedba3028153bf1c726d0a4e65f5a0019b7b717 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 29 Jun 2019 14:00:26 -0400 Subject: bootstrap/comments/frontend/uncollapsecommentslink: Upgrade to latest Tailwind --- bootstrap/comments/frontend/uncollapsecommentslink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/comments/frontend/uncollapsecommentslink.js b/bootstrap/comments/frontend/uncollapsecommentslink.js index c6372d1..14c75c8 100644 --- a/bootstrap/comments/frontend/uncollapsecommentslink.js +++ b/bootstrap/comments/frontend/uncollapsecommentslink.js @@ -11,7 +11,7 @@ HashOver.prototype.uncollapseCommentsLink = function () // If so, create "More Comments" hyperlink this.instance['more-link'] = this.elements.create ('a', { href: '#', - className: 'hashover-more-link bg-blue-light hover:bg-blue no-underline' + className: 'hashover-more-link bg-blue-400 hover:bg-blue-500 no-underline' + ' text-white font-bold py-2 px-4 shadow-md' + ' hover:border-blue rounded inline-block mt-2', title: this.instance['more-link-text'], -- cgit v1.2.3