Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell committed Feb 27, 2024
1 parent d790467 commit ccd0ecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
html_theme_options = {
"github_url": "https://github.com/OpenSourceEconomics/estimagic",
"logo": {"image_dark": "_static/images/estimagic_logo_dark_mode.svg"},
# "logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"},
}

html_css_files = ["css/custom.css"]
Expand Down
7 changes: 7 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
```{raw} html
<style>
.logo.mainlogo img {
background-color: transparent; /* Ensure SVG has no background */
max-height: 100px; /* Adjust size as needed */
}
</style>
<!-- Light mode logo -->
<div class="logo mainlogo only-light" style="text-align: center;">
<img src="_static/images/estimagic_logo.svg" alt="estimagic-logo" height="100" />
Expand Down

0 comments on commit ccd0ecb

Please sign in to comment.