We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
picture
source
1 parent 0c2c179 commit ea5b11cCopy full SHA for ea5b11c
README.md
@@ -1,9 +1,10 @@
1
<p align="center">
2
- <a href="https://tailwindcss.com/#gh-light-mode-only" target="_blank">
3
- <img src="./.github/logo-light.svg" alt="Tailwind CSS" width="350" height="70">
4
- </a>
5
- <a href="https://tailwindcss.com/#gh-dark-mode-only" target="_blank">
6
- <img src="./.github/logo-dark.svg" alt="Tailwind CSS" width="350" height="70">
+ <a href="https://tailwindcss.com" target="_blank">
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="./.github/logo-dark.svg">
+ <source media="(prefers-color-scheme: light)" srcset="./.github/logo-light.svg">
+ <img alt="Tailwind CSS" src="./.github/logo-light.svg" width="350" height="70" style="max-width: 100%;">
7
+ </picture>
8
</a>
9
</p>
10
0 commit comments