Style blockquotes

This commit is contained in:
tobias 2024-06-24 09:03:08 +02:00
parent f558be2bcd
commit bb426df41a

View File

@ -104,4 +104,8 @@
input { input {
@apply bg-background border-primary border px-2 h-8 text-lg; @apply bg-background border-primary border px-2 h-8 text-lg;
} }
}
blockquote {
@apply border-l-8 border-primary text-primary pl-4 ml-2 font-serif text-2xl;
}
}