From 214b89bd55d4edf5de62061ab4c3e712b1911540 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 23 Nov 2020 22:51:19 +0100 Subject: [PATCH] Invert colors of info boxes in dark mode --- xmpp.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xmpp.css b/xmpp.css index 522641a3..081e99d9 100644 --- a/xmpp.css +++ b/xmpp.css @@ -1706,6 +1706,11 @@ background-color: #282828; } + .box { + color: #ccc; + background-color: #282828; + } + nav#toc ol.toc li { background-color: rgba(255, 255, 255, 0.05); }