hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit b245e3a895970a4fbe17113b1d2b294a9b897d0c
parent 75c9091e77b4c28cd750747f7e7f758462ea9946
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 14 Sep 2019 18:06:52 -0400

Adjust isso reply button

Diffstat:
Mlayouts/partials/css/isso.css | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css
@@ -126,11 +126,13 @@
 }
 .isso-feedlink,
 .isso-comment > div.text-wrapper > .isso-comment-footer a {
-    font-weight: bold;
     text-decoration: none;
 }
 .isso-feedlink:hover,
 .isso-comment > div.text-wrapper > .isso-comment-footer a:hover {
+    text-decoration: none;
+}
+.isso-comment > div.text-wrapper > .isso-comment-footer .reply:hover {
     text-decoration: underline;
 }
 .isso-comment > div.text-wrapper > .isso-comment-footer > a {