dark mode toggle, css vars

This commit is contained in:
Michael Shamoon 2022-04-09 21:45:15 -07:00
parent 1b7a304149
commit 04acce4916
4 changed files with 326 additions and 233 deletions

View file

@ -15,7 +15,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
# templates_path = ['_templates']
templates_path = ["_templates"]
# The suffix of source filenames.
source_suffix = ".rst"
@ -125,6 +125,10 @@ html_css_files = [
"css/custom.css",
]
html_js_files = [
"js/darkmode.js",
]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.