Skip to content

Commit 6ceb9f5

Browse files
author
Brynley Llewellyn-Roux
authored
docs: fix light/dark mode for README.md
[ci skip]
1 parent 77b57a5 commit 6ceb9f5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<div align="center">
2-
<img width="512" src="https://github.com/user-attachments/assets/48fa6b8c-6deb-4017-9260-551857d54462">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://polykey.com/images/polykey-logotype-light-light.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://polykey.com/images/polykey-logotype-dark-dark.svg">
5+
<img width="512" alt="Polykey Logo" src="https://polykey.com/images/polykey-logotype-light-light.svg">
6+
</picture>
37
<br />
48
<br />
59
<img src="https://img.shields.io/github/v/tag/MatrixAI/Polykey-CLI?style=for-the-badge">

0 commit comments

Comments
 (0)