diff options
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;          } | 
