diff --git a/_static/apple-touch-icon.png b/_static/apple-touch-icon.png index dc3c02644..82de1e35d 100644 Binary files a/_static/apple-touch-icon.png and b/_static/apple-touch-icon.png differ diff --git a/_static/custom.css b/_static/custom.css index 342691a7e..defcf7c06 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -303,6 +303,28 @@ div.body p, div.body dd, div.body li { line-height: 1.6; } +div.sphinxsidebar h3 { + line-height: 1.25; +} + +div.sphinxsidebar li { + line-height: 1.5; + margin-bottom: .25rem; +} + +div.sphinxsidebar input { + font-family: "Instrument Sans", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; +} + +.pagefind-ui__form { + margin-bottom: 1rem; +} + + +img.logo { + content: url("/_static/logo-text-on-light.svg"); +} + @media screen and (max-width: 875px) { /* hide search result thumbnails on mobile */ .pagefind-modular-list-thumb { @@ -338,7 +360,11 @@ div.body p, div.body dd, div.body li { background-color: #212121; } - img.dark-invert, img.logo { + img.logo { + content: url("/_static/logo-text-on-dark.svg"); + } + + img.dark-invert { filter: invert(1); } diff --git a/_static/favicon-128x128.png b/_static/favicon-128x128.png index b319cb590..847b544ce 100644 Binary files a/_static/favicon-128x128.png and b/_static/favicon-128x128.png differ diff --git a/_static/favicon-192x192.png b/_static/favicon-192x192.png index 9002ae8ea..fb0a4e0e7 100644 Binary files a/_static/favicon-192x192.png and b/_static/favicon-192x192.png differ diff --git a/_static/favicon-256x256.png b/_static/favicon-256x256.png index fa5d961da..3a41dc576 100644 Binary files a/_static/favicon-256x256.png and b/_static/favicon-256x256.png differ diff --git a/_static/favicon-512x512.png b/_static/favicon-512x512.png index 0cc446f32..272903fbe 100644 Binary files a/_static/favicon-512x512.png and b/_static/favicon-512x512.png differ diff --git a/_static/logo-text-on-dark.svg b/_static/logo-text-on-dark.svg new file mode 100644 index 000000000..327f8a565 --- /dev/null +++ b/_static/logo-text-on-dark.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/_static/logo-text-on-light.svg b/_static/logo-text-on-light.svg new file mode 100644 index 000000000..33fb6532a --- /dev/null +++ b/_static/logo-text-on-light.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/_static/made-for-esphome-black-on-transparent.png b/_static/made-for-esphome-black-on-transparent.png index 248b2ed6b..93be64cad 100644 Binary files a/_static/made-for-esphome-black-on-transparent.png and b/_static/made-for-esphome-black-on-transparent.png differ diff --git a/_static/made-for-esphome-black-on-transparent.svg b/_static/made-for-esphome-black-on-transparent.svg index c1db91bd7..e41fc4f20 100644 --- a/_static/made-for-esphome-black-on-transparent.svg +++ b/_static/made-for-esphome-black-on-transparent.svg @@ -1,42 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/_static/made-for-esphome-black-on-white.png b/_static/made-for-esphome-black-on-white.png index 31f254ef9..281f5d3d7 100644 Binary files a/_static/made-for-esphome-black-on-white.png and b/_static/made-for-esphome-black-on-white.png differ diff --git a/_static/made-for-esphome-white-on-black.png b/_static/made-for-esphome-white-on-black.png index f16b243d7..c6f0d0957 100644 Binary files a/_static/made-for-esphome-white-on-black.png and b/_static/made-for-esphome-white-on-black.png differ diff --git a/_static/made-for-esphome-white-on-black.svg b/_static/made-for-esphome-white-on-black.svg index 58bec321f..37c5cccca 100644 --- a/_static/made-for-esphome-white-on-black.svg +++ b/_static/made-for-esphome-white-on-black.svg @@ -1,59 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/_static/made-for-esphome-white-on-transparent.png b/_static/made-for-esphome-white-on-transparent.png index ba217eb61..4e9d8fd08 100644 Binary files a/_static/made-for-esphome-white-on-transparent.png and b/_static/made-for-esphome-white-on-transparent.png differ diff --git a/_static/made-for-esphome-white-on-transparent.svg b/_static/made-for-esphome-white-on-transparent.svg index a91858ba8..177ae2260 100644 --- a/_static/made-for-esphome-white-on-transparent.svg +++ b/_static/made-for-esphome-white-on-transparent.svg @@ -1,44 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/_static/mstile-150x150.png b/_static/mstile-150x150.png index db1e5bdc4..a7af224d8 100644 Binary files a/_static/mstile-150x150.png and b/_static/mstile-150x150.png differ diff --git a/_static/safari-pinned-tab.svg b/_static/safari-pinned-tab.svg index 63de7c982..9511c829d 100644 --- a/_static/safari-pinned-tab.svg +++ b/_static/safari-pinned-tab.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/_templates/layout.html b/_templates/layout.html index c5fb7a6c7..6dfad6f86 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -5,6 +5,9 @@ {% endblock %} {%- block extrahead %} + + + @@ -34,7 +37,7 @@