Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Oct 31, 2024
1 parent c6cf086 commit 0676a72
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
22 changes: 15 additions & 7 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ website:
back-to-top-navigation: true
page-footer:
left: |
<a href="https://www.deltares.nl/en" target="_blank" rel="noreferrer noopener">
<img
src="/_static/images/deltares-blue.svg"
alt="Deltares"
style="height: 40px;"
/>
</a>
Made possible by:
<a href="https://www.deltares.nl/en" target="_blank" rel="noreferrer noopener">
<img
src="/_static/images/deltares-blue.svg"
alt="Deltares"
class="footer-image-light"
style="height: 40px;"
/>
<img
src="/_static/images/deltares-white.svg"
alt="Deltares"
class="footer-image-dark"
style="height: 40px;"
/>
</a>
navbar:
logo: _static/logo.png
search: true
Expand Down
10 changes: 9 additions & 1 deletion docs/_static/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,12 @@ $code-block-bg-alpha: -.9;
// .nav-tabs .nav-link:hover {
// border-color: rgb(255, 72, 0);
// // border-width: 1px;
// }
// }

.footer-image-light {
display: none;
}

.footer-image-dark {
display: inline;
}
8 changes: 8 additions & 0 deletions docs/_static/theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ $navbar-hl: $links ;
background-color: $highlight;
border-color: $links;
border: 1px solid $links;
}

.footer-image-dark {
display: none;
}

.footer-image-light {
display: inline;
}

0 comments on commit 0676a72

Please sign in to comment.