From 40a57a436713047912a2042ae46a9fea0f1ded35 Mon Sep 17 00:00:00 2001 From: Johannes Arnold Date: Mon, 9 Jan 2023 15:15:03 +0100 Subject: [PATCH] Include subtle background for blockquote --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index a7356c0..85ab865 100644 --- a/style.css +++ b/style.css @@ -149,6 +149,7 @@ div.alert-success { blockquote { border-left: 2px solid #fb5; + background-color: rgba(255, 187, 85, 5%); padding: 0.5em; }