Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Apr 28, 2024
1 parent 6e1ccf8 commit 37e575b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions html/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ a.import:active {
color: red!important;
}

svg a {
text-decoration: none!important;
}

/* Banner */
.banner {
margin-top: 30px; /* Add a top margin to avoid content overlay */
Expand Down
2 changes: 1 addition & 1 deletion notebooks/shared/utils/post_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def add_excursion_switchers(text):
<p><div class="solution_link"><a href="__CHAPTER_NOTEBOOK_IPYNB__#Exercises" target=_blank>Use the notebook</a> to work on the exercises and see solutions.</div></p>
'''

## Survey banner
# Survey banner
banner = '''
<p><div class="banner">Help shaping the future of __BOOKTITLE__ and
<a target=_new href="https://docs.google.com/forms/d/e/1FAIpQLScyO6j5EsrtS0pse7qVHeDoOj188JgC8SepWFZIO32N6gre8Q/viewform?usp=sf_link">take part in our 2024 reader survey!</a></div></p>
Expand Down

0 comments on commit 37e575b

Please sign in to comment.