hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit e4e0069dac92995be25b83e7f96f9db973e03fca
parent 974ffcc3d6e46c0ff25b873cfe5f7248acc35edb
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 18 Feb 2018 09:46:04 -0600

Adjust reply button for isso.

Diffstat:
Mstatic/css/isso.css | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/static/css/isso.css b/static/css/isso.css
@@ -118,11 +118,16 @@
     clear: left;
 }
 .isso-comment > div.text-wrapper > .isso-comment-footer a {
-    font-weight: bold;
     text-decoration: none;
+    padding: 5px;
+    border-radius: 5px;
+    border: 0px;
+    line-height: 1.5em;
+    background: #eee;
+    color: #700000;
 }
 .isso-comment > div.text-wrapper > .isso-comment-footer a:hover {
-    color: #111111 !important;
+    color: #700000; !important;
     text-shadow: none !important;
 }
 .isso-comment > div.text-wrapper > .isso-comment-footer > a {