From 0310636ca99ac7db41ebb26274f701f16e90491c Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Thu, 8 Apr 2021 15:16:23 +0200 Subject: [PATCH] XEP style: fix CVE background in dark mode --- xmpp.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xmpp.css b/xmpp.css index 70110627..27310a84 100644 --- a/xmpp.css +++ b/xmpp.css @@ -1712,6 +1712,10 @@ figure.example { background-color: #282828; } + figure.cve { + border: 5px solid rgba(120, 0, 0, 1.0); + background-color: #200000; + } .box { color: #ccc;