From 0e978373139f78376814d3f6de68380a34e7669f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 21 Dec 2023 15:00:38 +0100 Subject: [PATCH] don't make blockquotes smaller/grey --- .config/neomutt/htmlmail.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/neomutt/htmlmail.css b/.config/neomutt/htmlmail.css index 0a843b2..8279e0a 100644 --- a/.config/neomutt/htmlmail.css +++ b/.config/neomutt/htmlmail.css @@ -46,13 +46,12 @@ blockquote, .blockquote { margin: 0; font-style: italic; border-left: 2px solid #666; - color: #666; - font-size: 80%; } .admonition blockquote { font-size: inherit; border-left: inherit; + color: #666; } table, th, td { -- 2.39.2