diff --git a/docs/docs/images/delphix-logo-white.png b/docs/docs/images/delphix-logo-white.png deleted file mode 100644 index 80102867..00000000 Binary files a/docs/docs/images/delphix-logo-white.png and /dev/null differ diff --git a/docs/docs/images/favicon_logo.png b/docs/docs/images/favicon_logo.png new file mode 100644 index 00000000..3461ef44 Binary files /dev/null and b/docs/docs/images/favicon_logo.png differ diff --git a/docs/docs/images/header_logo.png b/docs/docs/images/header_logo.png new file mode 100644 index 00000000..0b935412 Binary files /dev/null and b/docs/docs/images/header_logo.png differ diff --git a/docs/docs/images/logo.png b/docs/docs/images/logo.png deleted file mode 100644 index b65b41f1..00000000 Binary files a/docs/docs/images/logo.png and /dev/null differ diff --git a/docs/material/assets/stylesheets/application.fbb7f3af.css b/docs/material/assets/stylesheets/application.fbb7f3af.css index 398e092a..499e7df5 100644 --- a/docs/material/assets/stylesheets/application.fbb7f3af.css +++ b/docs/material/assets/stylesheets/application.fbb7f3af.css @@ -577,7 +577,7 @@ hr { .md-header-nav { padding: 0 0.4rem; } .md-header-nav a.md-header-nav__button.md-logo { - padding: 1.4rem; } + padding: 0; } .md-header-nav__button { position: relative; transition: opacity 0.25s; diff --git a/docs/material/partials/header.html b/docs/material/partials/header.html index f7aeae68..9339e7dc 100644 --- a/docs/material/partials/header.html +++ b/docs/material/partials/header.html @@ -8,7 +8,7 @@ {% elif config.theme.logo.startswith("http") %} {% else %} - + {% endif %} diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 258d6be2..7391352a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -5,14 +5,14 @@ theme: palette: primary: accent: - logo: 'images/delphix-logo-white.png' - favicon: 'images/logo.png' + logo: 'images/header_logo.png' + favicon: 'images/favicon_logo.png' font: text: Helvetica Neue code: Ubuntu Mono feature: -copyright: Copyright © 2021 Delphix Corp. +copyright: Copyright © 2022 Delphix Corp. google_analytics: - 'UA-35429885-3'