diff --git a/docs/conf.py b/docs/conf.py index a7db40c..b71d641 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -98,7 +98,11 @@ # further. For a list of options available for each theme, see the # documentation. -html_theme_options = {} +html_theme_options = { + "light_css_variables": { + "sidebar-item-line-height": "1.25rem" + } +} html_title = "shot-scraper" # Add any paths that contain custom static files (such as style sheets) here,