We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c28a5 commit 044d53aCopy full SHA for 044d53a
python_docs_theme/static/pydoctheme.css
@@ -1,5 +1,3 @@
1
-@import url('classic.css');
2
-
3
/* Common colours */
4
:root {
5
--good-color: rgb(41 100 51);
python_docs_theme/theme.toml
@@ -1,6 +1,7 @@
[theme]
inherit = "default"
stylesheets = [
+ "classic.css",
"pydoctheme.css",
6
]
7
pygments_style = { default = "default", dark = "monokai" }
0 commit comments