penguin/AstroJS

Javascript framework for my blog

commit 4b4a430a5f6082a6dfae83718bebb7e45e5f0b61

author斟酌 鵬兄 <tgckpg@gmail.com>
date2015-08-24T04:39:22Z
subjectTag fix
commit 4b4a430a5f6082a6dfae83718bebb7e45e5f0b61
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2015-08-24T04:39:22Z

    Tag fix
---
 botanjs/src/Astro/Blog/Components/Entry/Tag.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/botanjs/src/Astro/Blog/Components/Entry/Tag.css b/botanjs/src/Astro/Blog/Components/Entry/Tag.css
index ba8da11..8ed0d8b 100644
--- a/botanjs/src/Astro/Blog/Components/Entry/Tag.css
+++ b/botanjs/src/Astro/Blog/Components/Entry/Tag.css
@@ -19,7 +19,12 @@ ul.n-archive > li:hover {
     border-right: 1px solid #555;
 }
 
+ul.n-archive h4 {
+    color: black;
+}
+
 ul.n-archive a {
+    color: #777;
     width: 100%;
 
     display: inline-block;