FIX: Better styling for block quotes

This commit is contained in:
Hayden Hargreaves 2025-02-25 18:13:01 -07:00
parent 9d69e13080
commit 67c7d79325

View File

@ -66,8 +66,7 @@
}
div.journal-wrapper blockquote {
@apply border-l-4 border-blue-300 p-4 my-4;
@apply border-l-4 border-blue-300 p-4 my-4 bg-[#252525] rounded-sm;
}
div.journal-wrapper a {