From 64912be4ebbba8ed1ecbe379b2bccb5f112df619 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 21 Nov 2023 12:37:58 -0800 Subject: [PATCH] Hide quoted emails --- web/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/index.html b/web/index.html index b0de38c..3b1a9ec 100644 --- a/web/index.html +++ b/web/index.html @@ -118,6 +118,13 @@ input::placeholder, .input::placeholder{ .float-right { float: right; } +/* Hide quoted emails */ +div[name="quote"], +blockquote[type="cite"], +.gmail_quote { + background-color: red; + display: none; +}