Add background to blockquotes

This commit is contained in:
Dimitri Lozeve 2020-07-21 17:51:17 +02:00
parent 5be4981b16
commit 94512e0297

View file

@ -48,6 +48,8 @@ blockquote {
padding-left: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
color: #333;
background: #eeeeee;
}
.definition, .proposition, .theorem {