diff options
author | Lei Zhang <antiagainst@google.com> | 2017-11-14 10:27:19 -0500 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-11-14 23:27:19 +0800 |
commit | fa7e44cec87ae2ec0c572cf808976492d486e969 (patch) | |
tree | 46842d1597470cea9dd86cc57ff4d30cbe404259 /src/css/_partial/_post | |
parent | c01c9cffb711cf3c647e68fdb417a505aa44c784 (diff) |
fix: separate categories (#15)
* Separate categories with whitespace
* Modify the _header.scss file to add a '·' character
release 2.6.6
Diffstat (limited to 'src/css/_partial/_post')
-rw-r--r-- | src/css/_partial/_post/_header.scss | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |