From 84c9ade45ab85b418fde4f867d5d33f11e26bdac Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 4 Jan 2022 21:06:45 +0300 Subject: [PATCH] Improve
 and  contrast with a dark theme

This makes it more easily legible, and to follow the WCAG
recommendations.
---
 xmpp.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmpp.css b/xmpp.css
index 135af0f0..3afef7fb 100644
--- a/xmpp.css
+++ b/xmpp.css
@@ -1707,7 +1707,7 @@
     }
 
     pre, code {
-        color: red;
+        color: #ffd0d0;
     }
 
     figure.code,