From 67c7d79325d12a748503ae1776f8078a936c3a97 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Tue, 25 Feb 2025 18:13:01 -0700 Subject: [PATCH] FIX: Better styling for block quotes --- src/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 9bb6796..0389295 100644 --- a/src/app.css +++ b/src/app.css @@ -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 {