my website at https://anirudh.fi

input.css: fix blockquote styles

anirudh.fi 3cb2f831 4bbe2364

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