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

-2
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

+1
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)