From 5d21bd7840af2806244dea844f5240f377133714 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 8 Oct 2021 02:04:12 -0400 Subject: [PATCH] more theme --- doc/source/ystatic/dark_theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ystatic/dark_theme.css b/doc/source/ystatic/dark_theme.css index 6d4831cfd..6de200d82 100644 --- a/doc/source/ystatic/dark_theme.css +++ b/doc/source/ystatic/dark_theme.css @@ -20,7 +20,7 @@ body { } .rst-content .highlighted { - background: #060; + background: #030; box-shadow: none; }