diff --git a/build/html/_images/VeraeFullLogo.png b/build/html/_images/VeraeFullLogo.png index 4c011e8..d130e0d 100644 Binary files a/build/html/_images/VeraeFullLogo.png and b/build/html/_images/VeraeFullLogo.png differ diff --git a/build/html/_static/VeraeFullLogo.png b/build/html/_static/VeraeFullLogo.png index 4c011e8..d130e0d 100644 Binary files a/build/html/_static/VeraeFullLogo.png and b/build/html/_static/VeraeFullLogo.png differ diff --git a/build/html/_static/verae.css b/build/html/_static/verae.css index 9569f89..fd1871a 100644 --- a/build/html/_static/verae.css +++ b/build/html/_static/verae.css @@ -37,9 +37,8 @@ div.footer a { } div.sphinxsidebarwrapper img.logo, img.logo { - background: #1A0A24; - padding: 8px; - border-radius: 4px; + background: #ffffff; + padding: 8px 0; max-width: 100%; } .admonition.important, .admonition.warning, .admonition.note { diff --git a/build/html/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf b/build/html/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf index b9d9add..e89d5f1 100644 Binary files a/build/html/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf and b/build/html/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf differ diff --git a/build/latex/VeraeFullLogo.png b/build/latex/VeraeFullLogo.png index 4c011e8..d130e0d 100644 Binary files a/build/latex/VeraeFullLogo.png and b/build/latex/VeraeFullLogo.png differ diff --git a/build/latex/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf b/build/latex/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf index b9d9add..e89d5f1 100644 Binary files a/build/latex/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf and b/build/latex/peergos-making-yourself-audit-ready-with-verae-datacubes.pdf differ diff --git a/source/_static/VeraeFullLogo.png b/source/_static/VeraeFullLogo.png index 4c011e8..d130e0d 100644 Binary files a/source/_static/VeraeFullLogo.png and b/source/_static/VeraeFullLogo.png differ diff --git a/source/_static/verae.css b/source/_static/verae.css index 9569f89..fd1871a 100644 --- a/source/_static/verae.css +++ b/source/_static/verae.css @@ -37,9 +37,8 @@ div.footer a { } div.sphinxsidebarwrapper img.logo, img.logo { - background: #1A0A24; - padding: 8px; - border-radius: 4px; + background: #ffffff; + padding: 8px 0; max-width: 100%; } .admonition.important, .admonition.warning, .admonition.note { diff --git a/source/conf.py b/source/conf.py index 61eade9..bc7bb6b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -61,10 +61,10 @@ _PREAMBLE = r""" \definecolor{veraeink}{HTML}{111111} % Extra headroom so the logo never collides with body text. -\setlength{\headheight}{44pt} -\addtolength{\topmargin}{-14pt} +\setlength{\headheight}{48pt} +\addtolength{\topmargin}{-16pt} -\newcommand{\VeraeLogo}{\includegraphics[height=0.92cm]{VeraeFullLogo.png}} +\newcommand{\VeraeLogo}{\includegraphics[height=1.05cm]{VeraeFullLogo.png}} \newcommand{\VeraeFooter}{% \footnotesize\color{veraepurple}% Verae Inc \textbullet\ https://www.verae.com \textbullet\ @@ -72,7 +72,7 @@ _PREAMBLE = r""" \fancypagestyle{normal}{ \fancyhf{} - \fancyhead[L]{\colorbox{veraedark}{\VeraeLogo}} + \fancyhead[L]{\VeraeLogo} \fancyhead[R]{\small\color{veraepurple}Audit-ready with Verae DataCubes} \fancyfoot[L]{\VeraeFooter} \fancyfoot[R]{\footnotesize\color{veraepurple}\thepage} @@ -83,7 +83,7 @@ _PREAMBLE = r""" } \fancypagestyle{plain}{ \fancyhf{} - \fancyhead[L]{\colorbox{veraedark}{\VeraeLogo}} + \fancyhead[L]{\VeraeLogo} \fancyfoot[L]{\VeraeFooter} \fancyfoot[R]{\footnotesize\color{veraepurple}\thepage} \renewcommand{\headrulewidth}{0.6pt} @@ -110,7 +110,7 @@ latex_elements = { \thispagestyle{empty} \vspace*{1.4cm} \begin{flushleft} -\colorbox{veraedark}{\includegraphics[width=7.2cm]{VeraeFullLogo.png}} +\includegraphics[width=7.2cm]{VeraeFullLogo.png} \end{flushleft} \vspace{1.6cm} {\color{veraepurple}\rule{\textwidth}{1.6pt}}