8000 Move @import to [[theme.stylesheets]] · python/python-docs-theme@044d53a · GitHub
[go: up one dir, main page]

Skip to content

Commit 044d53a

Browse files
committed
Move @import to [[theme.stylesheets]]
1 parent 54c28a5 commit 044d53a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url('classic.css');
2-
31
/* Common colours */
42
:root {
53
--good-color: rgb(41 100 51);

python_docs_theme/theme.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[theme]
22
inherit = "default"
33
stylesheets = [
4+
"classic.css",
45
"pydoctheme.css",
56
]
67
pygments_style = { default = "default", dark = "monokai" }

0 commit comments

Comments
 (0)
0