From 5f6591dd04221e5bc0071b69797bb82874f16454 Mon Sep 17 00:00:00 2001 From: zwbetz Date: Thu, 21 Mar 2019 10:53:25 -0500 Subject: [PATCH] Make disqus button more subtle --- assets/css/template-styles.css | 5 ++--- layouts/partials/disqus.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 4b0f91c..9260894 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -432,12 +432,11 @@ caption { /* Disqus Comments */ #disqus-container { - font-size: 0.85rem; - border: 1px solid; - padding: 1.5rem; + text-align: center; } #disqus-button { width: 100%; + padding: 0.25em 0.75em; } #disqus-comments { display: none; diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html index 1105c91..47e0661 100644 --- a/layouts/partials/disqus.html +++ b/layouts/partials/disqus.html @@ -5,7 +5,7 @@ {{ $isDummyName := eq . "yourdiscussshortname" }} {{ $isServer := $.Site.IsServer }} {{ if or $isDummyName $isServer }} -

Disqus comments are disabled.

+

Disqus comments are disabled.