aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-29 14:00:26 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-29 14:00:26 -0400
commit8dedba3028153bf1c726d0a4e65f5a0019b7b717 (patch)
tree30ea8a8ce3ff7e5d9f9323c0c73c2dbc6cf04436 /bootstrap
parentb0dadd6b2e4b462cda2760507b59fefda2b0e1d5 (diff)
downloadedwinmattiacci.com-8dedba3028153bf1c726d0a4e65f5a0019b7b717.tar.gz
edwinmattiacci.com-8dedba3028153bf1c726d0a4e65f5a0019b7b717.tar.bz2
edwinmattiacci.com-8dedba3028153bf1c726d0a4e65f5a0019b7b717.zip
bootstrap/comments/frontend/uncollapsecommentslink: Upgrade to latest Tailwind
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/comments/frontend/uncollapsecommentslink.js2
1 files changed, 1 insertions, 1 deletions
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'],