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
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-05 17:01:30 +0300
committerGitHub <noreply@github.com>2020-06-05 17:01:30 +0300
commit2ffa08fdb4323dcb1139b3a688d7a8b24a6ad919 (patch)
treea054593a4f3bacf45fe63d4e2e609d8860dbb5aa /sphinx
parent60f4b45bbe1da75e466042b50fcb96f437f776af (diff)
parentb345acc2840a792162845e3a1a3456c347fac08e (diff)
Merge pull request #7721 from mgeier/classic-code-color2
classic theme: default codetextcolor/codebgcolor doesn't override Pygments
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/themes/classic/theme.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/themes/classic/theme.conf b/sphinx/themes/classic/theme.conf
index d7389eaa0..cd16f4b47 100644
--- a/sphinx/themes/classic/theme.conf
+++ b/sphinx/themes/classic/theme.conf
@@ -25,8 +25,8 @@ headtextcolor = #20435c
headlinkcolor = #c60f0f
linkcolor = #355f7c
visitedlinkcolor = #355f7c
-codebgcolor = #eeffcc
-codetextcolor = #333333
+codebgcolor = unset
+codetextcolor = unset
bodyfont = sans-serif
headfont = 'Trebuchet MS', sans-serif