diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/_partial/_post/_header.scss | 8 | ||||
| -rw-r--r-- | src/package.json | 2 | 
2 files changed, 5 insertions, 5 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;          } diff --git a/src/package.json b/src/package.json index 1be0cce..1e5c9a7 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@  {    "name": "even-src", -  "version": "2.6.5", +  "version": "2.6.6",    "description": "even source file",    "main": "index.js",    "scripts": { | 
