diff --git a/docs/_static/extra.css b/docs/_static/extra.css index e88d4b07..a90e062e 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -256,6 +256,14 @@ nav { /* Misc */ +.navbar-header .navbar-brand { + color: #e0e0e0; + background: url("../_static/platformio-logo-xs.png") no-repeat; + background-position: 5px 0; + padding-left: 50px; + font-weight: 500; +} + .top-banner { display: block; padding: 10px 20px; diff --git a/docs/_static/platformio-logo-xs.png b/docs/_static/platformio-logo-xs.png new file mode 100644 index 00000000..9ac1f099 Binary files /dev/null and b/docs/_static/platformio-logo-xs.png differ diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 65446636..24bc2f5d 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -12,15 +12,15 @@