From dadc902c491a9ddeeefbbb9d8bfc66d6b23ce231 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 14 Jun 2020 10:55:24 -0500 Subject: [PATCH] put a bit of a background behind blockquote closes #2 --- incorporealcms/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +}