diff --git a/docs/_static/custom.css b/docs/_static/custom.css index b965bc8bc..6154f212f 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -26,4 +26,8 @@ a.sidebar-brand { /*The color of the "Search" placeholder in the sidebar*/ .sidebar-search::placeholder { color: #ffdcb9; +} + +thead { + color: #ffffff; } \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index c93277e86..e2cefc09e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -153,7 +153,8 @@ "color-api-pre-name": LIGHT_BLUE, "color-api-name": DARK_BLUE, "color-toc-item-text": "black", - "color-inline-code-background": "#efeff4", # Very lightlight gray + # Background of code in text + "color-inline-code-background": "#efeff4", # Very light gray # Color of search bar when clicking search "color-sidebar-search-background--focus": DARK_BLUE, "color-link": DARK_BLUE, @@ -194,8 +195,8 @@ "color-api-name": BROWN, # Prefix in API names (e.g. baybe.campaign) "color-api-pre-name": "white", - # Background formlinks - "color-inline-code-background": "transparent", + # Background of code in text + "color-inline-code-background": DARK_GRAY, # Gray # The color of links "color-link": BROWN, # Color of text in the right navigation side bar