diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index ebde559..39c691d 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -44,6 +44,16 @@ @apply my-2 mb-3 text-lg leading-relaxed; } + .blog-content ul { + @apply list-none list-inside; + } + + .blog-content ul li::before { + content: "👉"; + font-family: NotoEmoji; + @apply inline-block mr-2 py-1; + } + img.blog { @apply inset-0 h-full w-full rounded-2xl bg-gray-50 object-contain shadow-lg; }