diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-01-15 20:11:13 +0100 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-01-15 20:52:01 +0100 |
commit | 593b34371cbf85549e35b9f104c688f5727ae366 (patch) | |
tree | 2ead9f611932fd62c9b74da78ca8ecdf89631b97 /doc/conf.py | |
parent | Merge branch 'sonarcloud-5-update' into 'master' (diff) | |
download | knot-resolver-593b34371cbf85549e35b9f104c688f5727ae366.tar.xz knot-resolver-593b34371cbf85549e35b9f104c688f5727ae366.zip |
doc: adjust colors according to the logo manual
Diffstat (limited to '')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index a2aad176..9dc0f670 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ html_theme_options = { 'sticky_navigation': True, } html_logo = '_static/logo-negativ.svg' -html_style = 'css/custom.css' +html_style = 'css/main.css' # -- Options for LaTeX output -------------------------------------------------- |