add background to blockquote

This commit is contained in:
Amolith 2023-05-24 17:15:20 -04:00
parent b6abcbc776
commit 92a6b5886e
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ blockquote {
border-left: 3px solid $dark;
border-radius: 7px;
color: $dark;
background: #f7f7f7;
p {
margin: 0;
}