put a bit of a background behind blockquote

closes #2
This commit is contained in:
Brian S. Stephan 2020-06-14 10:55:24 -05:00
parent 5c8251d01a
commit dadc902c49
1 changed files with 5 additions and 0 deletions

View File

@ -106,3 +106,8 @@ table, th, td {
th {
background: #eee;
}
blockquote {
background-color: rgba(120, 120, 120, 0.1);
padding: 1px 10px;
}