From acaa41a3a11632b18b52473e5d7896bd32cfc983 Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Sat, 13 Apr 2024 11:06:45 +0200 Subject: [PATCH] blockquote formatting --- theme/static_src/src/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index e82e917..bb60060 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -83,6 +83,10 @@ white-space: pre-wrap !important; word-break: break-word !important; } + + blockquote { + @apply border-l-4 border-klavender p-4 my-4 text-xl italic; + } } .tags ul { @@ -99,4 +103,5 @@ .blog-pages a { @apply border-b-0; -} \ No newline at end of file +} +