Make disqus button more subtle
This commit is contained in:
parent
5a35ac0fc2
commit
5f6591dd04
|
@ -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;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{{ $isDummyName := eq . "yourdiscussshortname" }}
|
||||
{{ $isServer := $.Site.IsServer }}
|
||||
{{ if or $isDummyName $isServer }}
|
||||
<p>Disqus comments are disabled.</p>
|
||||
<p><em>Disqus comments are disabled.</em></p>
|
||||
<script type="application/javascript">
|
||||
function showComments() {
|
||||
{{ partial "disqus-js-common.js" . | safeJS }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user