aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/css/_partial/_post/_header.scss8
-rw-r--r--src/package.json2
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": {