From ddbee270df3c768dce4e750ec5f2276db322e631 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 19 Dec 2025 10:21:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20:=20update=20alert=20styling=20f?= =?UTF-8?q?or=20generated=20blockquote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index ca6f607..1049ff7 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -202,7 +202,9 @@ blockquote.alert::before{ margin: 0; font-weight: bolder; } -.alert > .alert-content { +.alert > .alert-content, +.alert > p +{ padding: 1rem 1rem 0.5rem 1rem; margin: 0; color: black; -- 2.51.2