Skip to content

Commit 0add921

Browse files
committed
Minor tweak of bullets
1 parent 1ff2432 commit 0add921

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/site.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,7 @@ article.page ul li {
680680
/* custom bullet marker */
681681
.post ul li::before,
682682
article.page ul li::before {
683-
content: "•";
684-
/* could also try "–" or "→" */
683+
content: "-";
685684
position: absolute;
686685
left: 0;
687686
top: 0;

0 commit comments

Comments
 (0)