From 0676a727eab6ecd63eef0e7990473a3a69b8c0cc Mon Sep 17 00:00:00 2001
From: JoostBuitink <44062204+JoostBuitink@users.noreply.github.com>
Date: Thu, 31 Oct 2024 16:07:53 +0100
Subject: [PATCH] update logo
---
docs/_quarto.yml | 22 +++++++++++++++-------
docs/_static/theme-dark.scss | 10 +++++++++-
docs/_static/theme-light.scss | 8 ++++++++
3 files changed, 32 insertions(+), 8 deletions(-)
diff --git a/docs/_quarto.yml b/docs/_quarto.yml
index 92967d739..4344ee83e 100644
--- a/docs/_quarto.yml
+++ b/docs/_quarto.yml
@@ -21,13 +21,21 @@ website:
back-to-top-navigation: true
page-footer:
left: |
-
-
-
+ Made possible by:
+
+
+
+
navbar:
logo: _static/logo.png
search: true
diff --git a/docs/_static/theme-dark.scss b/docs/_static/theme-dark.scss
index 8761de644..5bae5d11e 100644
--- a/docs/_static/theme-dark.scss
+++ b/docs/_static/theme-dark.scss
@@ -74,4 +74,12 @@ $code-block-bg-alpha: -.9;
// .nav-tabs .nav-link:hover {
// border-color: rgb(255, 72, 0);
// // border-width: 1px;
-// }
\ No newline at end of file
+// }
+
+.footer-image-light {
+ display: none;
+}
+
+.footer-image-dark {
+ display: inline;
+}
\ No newline at end of file
diff --git a/docs/_static/theme-light.scss b/docs/_static/theme-light.scss
index 7430c45e0..d98c6ffa4 100644
--- a/docs/_static/theme-light.scss
+++ b/docs/_static/theme-light.scss
@@ -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;
}
\ No newline at end of file