diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 1069c8f1d..b95a5f253 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -12,3 +12,7 @@ .ffmpeg-quicklink:after { content: "]"; } + +.body a, .document a { + text-decoration: underline !important; +} diff --git a/docs/_static/logo-250.png b/docs/_static/logo-250.png deleted file mode 100644 index 32cb6bfa1..000000000 Binary files a/docs/_static/logo-250.png and /dev/null differ diff --git a/docs/_static/logo.webp b/docs/_static/logo.webp new file mode 100644 index 000000000..6ef7ad825 Binary files /dev/null and b/docs/_static/logo.webp differ diff --git a/docs/conf.py b/docs/conf.py index a893a631c..419b24238 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = "_static/logo-250.png" +html_logo = "_static/logo.webp" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32