Skip to content

Commit

Permalink
Revert "feat: Toggle logo in dark mode" (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <reallysasha@gmail.com>
  • Loading branch information
callumtilbury and sash-a authored Jan 11, 2024
1 parent f58c71c commit d21d23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/img/jumanji_logo_dm.png">
<source media="(prefers-color-scheme: light)" srcset="docs/img/jumanji_logo.png">
<img alt="Jumanji Logo" src="docs/img/jumanji_logo.png", width="50%">
</picture>
<a href="docs/img/jumanji_logo.png">
<img src="docs/img/jumanji_logo.png" alt="Jumanji logo" width="50%"/>
</a>
</p>

[![Python Versions](https://img.shields.io/pypi/pyversions/jumanji.svg?style=flat-square)](https://www.python.org/doc/versions/)
Expand Down
Binary file removed docs/img/jumanji_logo_dm.png
Binary file not shown.

0 comments on commit d21d23b

Please sign in to comment.