From 35ebb06761485502f3ea9954c323512863937c1f Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 8 Oct 2021 02:05:53 -0400 Subject: [PATCH] change highlight color --- 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 6de200d82..4a8a7f859 100644 --- a/doc/source/ystatic/dark_theme.css +++ b/doc/source/ystatic/dark_theme.css @@ -20,7 +20,7 @@ body { } .rst-content .highlighted { - background: #030; + background: #333; box-shadow: none; }