unicorn as list bullet

This commit is contained in:
Eorn 2020-12-11 09:00:19 +01:00
parent b42a58f3eb
commit 4642a78048

View file

@ -316,11 +316,11 @@ article .post-content {
margin-left: 20px;
}
.page-content ul li::before {
content: "\2022";
content: "🦄";
color: #53bcdf;
font-weight: bold;
display: inline-block;
width: 0.75em;
width: 1.3em;
margin-left: -0.5em;
}
.page-content li ul {