aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'],