diff --git a/src/disqusjs.css b/src/disqusjs.css index 9f8a7d3..325278e 100644 --- a/src/disqusjs.css +++ b/src/disqusjs.css @@ -135,4 +135,23 @@ #dsqjs .dsqjs-post-list.dsqjs-children .dsqjs-post-avatar img { width: 38px; height: 38px; +} + +#dsqjs footer { + text-align: right; + line-height: 1.5; + padding-right: 4px; + font-weight: 700; + font-size: 16px; + color: #555; +} + +#dsqjs .dsqjs-disqus-logo { + background-image: url('data:image/svg+xml;utf8,'); + background-position: 50% 50%; + background-repeat: no-repeat; + display: inline-block; + margin-bottom: -1.35px; + height: 14px; + width: 76.65px; } \ No newline at end of file