Skip to content

Commit

Permalink
add Posit logo to docs footer
Browse files Browse the repository at this point in the history
mmarchetti committed Oct 4, 2023
1 parent 8774dc6 commit 1e839b7
Showing 3 changed files with 14 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/docs/css/custom.css
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
}

.md-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 76.1875em){
@@ -45,7 +45,7 @@
font-weight: bold;
}

/* Search bar - black palette
/* Search bar - black palette
*/

[data-md-color-primary=black] .md-search-result mark {
@@ -149,14 +149,19 @@
color: #6F6B6B;
font-weight: 400;
font-size: 0.65rem;
padding-top: 15px;
clear: right;
}

.md-footer-meta.md-typeset a {
color: #6F6B6B !important;
font-weight: 400;
}

.md-footer-meta img {
margin-top: 4px;
height: 1em;
}

/* footer - black palette
*/

@@ -298,7 +303,7 @@ pre code::-webkit-scrollbar-thumb:hover, .codehilite pre::-webkit-scrollbar-thum
opacity: 0;
pointer-events: none;
}

// Back-to-top button on focus/hover
&:focus,
&:hover {
1 change: 1 addition & 0 deletions docs/docs/images/posit-logo-fullcolor-TM.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/overrides/partials/footer.html
Original file line number Diff line number Diff line change
@@ -77,5 +77,9 @@
<a href="https://squidfunk.github.io/mkdocs-material/">
Material for MkDocs</a> -->
</div>
<a href="https://posit.co/" class="nav-link" target="_blank">
<img src="images/posit-logo-fullcolor-TM.svg" alt="Posit">
</a>
</div>
</div>
</footer>

0 comments on commit 1e839b7

Please sign in to comment.