Skip to content

Commit

Permalink
Merge pull request #801 from IanCa/develop
Browse files Browse the repository at this point in the history
Update 'home' icon in docs to be HED icon
  • Loading branch information
VisLab authored Nov 17, 2023
2 parents 553abab + 978613b commit 055be2f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/_static/customize_icon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.icon-home:before {
content: '';
/* Other styles to adjust size, positioning, etc. */
display: inline-block;
width: 24px;
height: 24px;
background: url('images/croppedWideLogo.png') no-repeat center center;
background-size: contain;
}

.icon-home {
font-family: inherit;
}
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_css_files = [
'customize_icon.css',
]

0 comments on commit 055be2f

Please sign in to comment.