my website at https://anirudh.fi

input.css: fix blockquote styles

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

authored by anirudh.fi and committed by anirudh.fi f45bd3a1 4bbe2364

+4
+4
input.css
··· 78 78 @apply marker:text-gray; 79 79 } 80 80 81 + blockquote { 82 + @apply pl-6 bg-light dark:bg-dark-light border-l-4 border-l-light-gray dark:border-l-dark-medium-gray; 83 + } 84 + 81 85 code { 82 86 @apply bg-light text-[0.9rem] dark:bg-dark-light; 83 87 }