Skip to content

Commit

Permalink
docs: update logo (foxglove#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Jan 10, 2023
1 parent 39a7560 commit 07b9ad1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ignorePaths:
- package.xml
- "*_pb2.py"
- "*.pyc"
- "*.webp"
- Pipfile*
- mkdocs.yml
- fathom.html
Expand Down
3 changes: 0 additions & 3 deletions docs/img/favicon144.png

This file was deleted.

4 changes: 2 additions & 2 deletions docs/img/favicon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/img/mcap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/mcap.webp
Binary file not shown.
Binary file added docs/img/mcap240.webp
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/styles/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.md-header__button.md-logo {
padding: 0;
}
.md-header__button.md-logo img {
height: 2rem !important;
}

.md-source__fact--version {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ theme:
name: material
custom_dir: "docs/theme"
favicon: img/favicon32.png
logo: img/mcap.png
logo: img/mcap240.webp
icon:
repo: fontawesome/brands/github
palette:
Expand Down

0 comments on commit 07b9ad1

Please sign in to comment.