From d851777945cb5ba638b0c3bfd07bd6418132c840 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Fri, 3 Dec 2021 02:19:32 +0400 Subject: Update Doc Entry Color --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/conf.py') 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". -- cgit v1.2.3