From 48bf57fbbe47fd13e3cbd9dd934d7b155eeb751c Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 2 Sep 2024 13:18:49 -0700 Subject: [PATCH] web: more pleasant color scheme for code blocks in email --- web/static/site-specific.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/site-specific.css b/web/static/site-specific.css index 425946c..f09a80b 100644 --- a/web/static/site-specific.css +++ b/web/static/site-specific.css @@ -26,3 +26,8 @@ display: inline !important; color: inherit !important; } + +.body.mail code { + color: var(--color-text); + background-color: var(--color-bg-secondary); +}