Include subtle background for blockquote

This commit is contained in:
Johannes Arnold 2023-01-09 15:15:03 +01:00 committed by GitHub
parent 85451e5e84
commit 40a57a4367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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