override non compatible dark mode check css

This commit is contained in:
Ariel Rin
2023-11-01 01:10:39 +10:00
parent ce25deeca1
commit 6118c0ddec
2 changed files with 73 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ html_theme = 'sphinx_rtd_theme'
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = ["css/rtd_dark.css"]
html_css_files = ["css/rtd_dark.css", "css/tabs.css"]
# -- Options for HTMLHelp output ------------------------------------------