mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
classic theme: default codetextcolor/codebgcolor doesn't override Pygments
Closes #7720.
This commit is contained in:
parent
302c23fb5c
commit
b345acc284
@ -25,8 +25,8 @@ headtextcolor = #20435c
|
|||||||
headlinkcolor = #c60f0f
|
headlinkcolor = #c60f0f
|
||||||
linkcolor = #355f7c
|
linkcolor = #355f7c
|
||||||
visitedlinkcolor = #355f7c
|
visitedlinkcolor = #355f7c
|
||||||
codebgcolor = #eeffcc
|
codebgcolor = unset
|
||||||
codetextcolor = #333333
|
codetextcolor = unset
|
||||||
|
|
||||||
bodyfont = sans-serif
|
bodyfont = sans-serif
|
||||||
headfont = 'Trebuchet MS', sans-serif
|
headfont = 'Trebuchet MS', sans-serif
|
||||||
|
Loading…
Reference in New Issue
Block a user