fix: use unicode dot for tags separation
This makes the separator appear correctly on all platforms (in theory)
This commit is contained in:
parent
c79f495f98
commit
95bbb1be16
@ -50,7 +50,7 @@ article > p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-tags > ul > li:not(:last-child)::after {
|
.article-tags > ul > li:not(:last-child)::after {
|
||||||
content: " ⦁";
|
content: " •";
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-dates {
|
.article-dates {
|
||||||
@ -129,5 +129,5 @@ article > p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-frontmatter-tags > ul > li:not(:last-child)::after {
|
.article-frontmatter-tags > ul > li:not(:last-child)::after {
|
||||||
content: " ⦁";
|
content: " •";
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tags > ul > li:not(:last-child)::after {
|
.tags > ul > li:not(:last-child)::after {
|
||||||
content: " ⦁";
|
content: " •";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user