Skip to content

Commit

Permalink
docs: fix light/dark mode for README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brynblack authored Aug 27, 2024
1 parent 6749415 commit 83a10a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div align="center">
<img width="512" src="https://github.com/user-attachments/assets/48fa6b8c-6deb-4017-9260-551857d54462">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://polykey.com/images/polykey-logotype-light-light.svg">
<source media="(prefers-color-scheme: light)" srcset="https://polykey.com/images/polykey-logotype-dark-dark.svg">
<img width="512" alt="Polykey Logo" src="https://polykey.com/images/polykey-logotype-light-light.svg">
</picture>
<br />
<br />
<img src="https://img.shields.io/github/v/tag/MatrixAI/Polykey?style=for-the-badge">
Expand Down

0 comments on commit 83a10a6

Please sign in to comment.