From 4b4a430a5f6082a6dfae83718bebb7e45e5f0b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Mon, 24 Aug 2015 12:39:22 +0800 Subject: [PATCH] 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;