hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 718d0a68558d72cc6704ae54b4b7b65c50cf7bc3
parent f9ae31bee70ccf3fa8cc9cb9f38188ea6f542f99
Author: Shimmy Xu <shimmy.america@gmail.com>
Date:   Sun, 10 Sep 2017 12:58:36 -0500

Updated hyperlink color and style.

Diffstat:
Mstatic/css/style.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/static/css/style.css b/static/css/style.css
@@ -49,3 +49,8 @@ table {
 table thead th { border-bottom: 1px solid #ddd; }
 th, td { padding: 5px; }
 thead, tfoot, tr:nth-child(even) { background: #eee }
+
+a { 
+  text-decoration:none;
+  color: #710100;
+}+
\ No newline at end of file