aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2017-11-14 10:27:19 -0500
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-11-14 23:27:19 +0800
commitfa7e44cec87ae2ec0c572cf808976492d486e969 (patch)
tree46842d1597470cea9dd86cc57ff4d30cbe404259 /src/css/_partial
parentc01c9cffb711cf3c647e68fdb417a505aa44c784 (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')
-rw-r--r--src/css/_partial/_post/_header.scss8
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;
}