Skip to content

Commit

Permalink
Added css for banner
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Dec 10, 2024
1 parent bd30373 commit cdab666
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/_static/ptypy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
div.disclaimer {
background-color: #2c5d8a;
color: #f9eed0;
text-align: left;
padding: 1em;
font-weight: bold;
}

div.disclaimer a{
color: #d8b340;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

html_theme = 'pydata_sphinx_theme'
html_static_path = ['_static']
html_css_files = ["ptypy.css"]
html_logo = '_static/logo_100px.png'
html_favicon = '_static/ptypyicon.ico'

Expand Down

0 comments on commit cdab666

Please sign in to comment.