From fa7e44cec87ae2ec0c572cf808976492d486e969 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 14 Nov 2017 10:27:19 -0500 Subject: fix: separate categories (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Separate categories with whitespace * Modify the _header.scss file to add a '·' character release 2.6.6 --- src/css/_partial/_post/_header.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/css/_partial/_post') diff --git a/src/css/_partial/_post/_header.scss b/src/css/_partial/_post/_header.scss index 90dc15d..7faf4e3 100644 --- a/src/css/_partial/_post/_header.scss +++ b/src/css/_partial/_post/_header.scss @@ -23,13 +23,13 @@ .post-category { display: inline; - &::before { - content: '·'; - } - a { color: inherit; + &::before { + content: '·'; + } + &:hover { color: $theme-color; } -- cgit v1.2.3