diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index cb32a3a..f4ce238 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -106,3 +106,8 @@ table, th, td { th { background: #eee; } + +blockquote { + background-color: rgba(120, 120, 120, 0.1); + padding: 1px 10px; +}