Skip to content

Commit cd41ccd

Browse files
committed
Sphinx 6.2 fix: add nav.contents where that div.topic is used
1 parent 4dbc102 commit cd41ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_docs_theme/static/pydoctheme_dark.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ div.warning {
104104
}
105105

106106
div.topic,
107-
div.note {
107+
div.note,
108+
nav.contents {
108109
background-color: rgba(255, 255, 255, 0.1);
109110
border-color: currentColor;
110111
}

0 commit comments

Comments
 (0)