aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e142db92..86d5682d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -63,6 +63,12 @@ exclude_patterns = []
#
html_theme = "furo"
+html_theme_options = {
+ "light_css_variables": {
+ "color-api-name": "var(--color-link)",
+ },
+}
+
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".