From e495087d0acaa56df1289028964817ec937b6f4d Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 18 Oct 2018 21:14:50 +0800 Subject: [PATCH] feat(style): bring up dsqjs footer logo --- src/disqusjs.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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