Skip to content

Commit

Permalink
Fix README image
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Jul 8, 2024
1 parent f994866 commit e59a776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __pycache__/
*.so

# Distribution / packaging
gh-pages/
docs/
sphinx/
.Python
build/
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/dark.png" style="width: 75%; min-width: 250px; max-width: 500px;"/>
<img alt="thevenin logo" src="./images/light.png" style="width: 75%; min-width: 250px; max-width: 500px;"/>
<picture style="width: 75%; min-width: 250px; max-width: 500px;">
<source media="(prefers-color-scheme: dark)" srcset="./images/dark.png"/>
<img alt="thevenin logo" src="./images/light.png"/>
</picture>

<p><br></p>
Expand Down

0 comments on commit e59a776

Please sign in to comment.