diff --git a/docs/docs/css/custom.css b/docs/docs/css/custom.css index 114a1c39..de5f1857 100644 --- a/docs/docs/css/custom.css +++ b/docs/docs/css/custom.css @@ -27,7 +27,7 @@ } .md-tabs__item { - height: 1.75rem !important; + height: unset; } /* Search bar @@ -42,7 +42,7 @@ font-weight: bold; } -/* Search bar - black palette +/* Search bar - black palette */ [data-md-color-primary=black] .md-search-result mark { @@ -144,7 +144,7 @@ color: #6F6B6B; font-weight: 400; font-size: 0.65rem; - padding-top: 15px; + clear: right; } .md-footer-meta.md-typeset a { @@ -152,6 +152,11 @@ font-weight: 400; } +.md-footer-meta img { + margin-top: 4px; + height: 1em; +} + [data-md-color-primary=black] .md-footer { background-color: #000 !important; color: #fff !important; diff --git a/docs/docs/images/posit-logo-fullcolor-TM.svg b/docs/docs/images/posit-logo-fullcolor-TM.svg new file mode 100644 index 00000000..30512e6b --- /dev/null +++ b/docs/docs/images/posit-logo-fullcolor-TM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/overrides/partials/footer.html b/docs/overrides/partials/footer.html index a9c6668e..8747d155 100644 --- a/docs/overrides/partials/footer.html +++ b/docs/overrides/partials/footer.html @@ -77,9 +77,11 @@ Material for MkDocs --> - {% include "partials/social.html" %} + + Posit + diff --git a/docs/overrides/partials/header.html b/docs/overrides/partials/header.html index c9393d08..daf1a698 100644 --- a/docs/overrides/partials/header.html +++ b/docs/overrides/partials/header.html @@ -82,7 +82,6 @@ {% if "search" in config["plugins"] %}