Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2020-05-24 19:17:51 +0300
committerMatthias Geier <Matthias.Geier@gmail.com>2020-05-24 19:17:51 +0300
commit1f47eefb2f1c94b4003cb96bd263aaa730f26a9e (patch)
tree861e4d03274ca3aefc0ee1a52430425265bbeb74 /sphinx/themes/agogo/static/agogo.css_t
parent302c23fb5c172826499e8b3fb6d9eccd3c32d307 (diff)
CSS: Respect Pygments background color
... except "classic" and "scrolls" themes.
Diffstat (limited to 'sphinx/themes/agogo/static/agogo.css_t')
-rw-r--r--sphinx/themes/agogo/static/agogo.css_t1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index d74604ac1..ff43186da 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -207,7 +207,6 @@ div.document .section:first-child {
div.document div.highlight {
padding: 3px;
- background-color: #eeeeec;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
margin-top: .8em;