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;