Include subtle background for blockquote

This commit is contained in:
Johannes Arnold
2023-01-09 15:15:03 +01:00
committed by Ben Harris
parent 85451e5e84
commit d28b3c4041

View File

@@ -149,6 +149,7 @@ div.alert-success {
blockquote {
border-left: 2px solid #fb5;
background-color: rgba(255, 187, 85, 5%);
padding: 0.5em;
}