From 0fef0d461e5d6c7f4c4adefddc554cec2e4e6b61 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 8 Nov 2024 19:30:11 +0000 Subject: [PATCH] Switch logo color in docs pages to dark blue The trademark for the logo, as filed, is specified as dark blue. That logo needs to be displayed in a user guide or manual or alongside a direct download of the software in order to demonstrate continued use of the mark, and the foundation's trademark lawyers have expressed concern that a white version is insufficient (but they seem to be okay with the current background color as long as the lines of the logo are colored similar to the version on file). This is a copy of the equivalent change from the zuul repository. Co-Authored-By: James E. Blair Depends-On: https://review.opendev.org/934443 Change-Id: I2de26048c3a4cb8cb6b67bf786b526963c6ec04b --- doc/source/_static/logo.svg | 21 +++++++-------------- doc/source/conf.py | 1 + 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/doc/source/_static/logo.svg b/doc/source/_static/logo.svg index 0cc6b72a2..82b6397e4 100644 --- a/doc/source/_static/logo.svg +++ b/doc/source/_static/logo.svg @@ -51,36 +51,29 @@ + transform="matrix(9.2592535,0,0,9.2592535,-316.66647,-399.99975)"> + id="path1627" /> + id="g1637"> + id="polygon1629" /> + id="path1631" /> + id="path1633" /> + id="polygon1635" /> diff --git a/doc/source/conf.py b/doc/source/conf.py index 307a15402..236bead74 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -64,6 +64,7 @@ html_theme_options = { 'collapse_navigation': False, 'navigation_depth': -1, 'logo_only': True, + 'style_nav_header_background': '#41B6E6', } # Add any paths that contain custom static files (such as style sheets) here,