From dfbac382811418e699c06f9ba17f276c926d521a Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 5 Feb 2025 09:18:05 -0800 Subject: [PATCH] web: style blockquotes in emails --- web/static/overrides.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/static/overrides.css b/web/static/overrides.css index 0bb7a65..2bd4810 100644 --- a/web/static/overrides.css +++ b/web/static/overrides.css @@ -39,4 +39,9 @@ html { font-family: monospace; background-color: #eee !important; padding: 0.5em !important; -} \ No newline at end of file +} + +.mail-thread blockquote { + padding-left: 1em; + border-left: 2px solid #ddd; +}