From 0fb5843e0afeb91b2bab88b05ec7cc2ed71a132f Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Fri, 10 May 2019 12:01:19 -0700 Subject: [PATCH] Stop over-riding the color --- docs/source/_static/theme_overrides.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index db92bab..7c1a520 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -8,10 +8,3 @@ max-width: 100%; overflow: visible; } - -/* rtd_theme currently colours code-blocks in the pygments style (ie. green). - * This overrides this design choice with white. Note: future versions of the - * sphinx_rtd_theme might not need this HACK. */ -.highlight { - background: #ffffff; -} -- GitLab