Skip to content

Commit 2cca6ca

Browse files
committed
Fix logo in readme
1 parent 3b5a061 commit 2cca6ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<p>
2-
<a href="https://tailwindcss.com/docs/typography-plugin#gh-light-mode-only" target="_blank">
3-
<img src="./.github/logo-light.svg" alt="Tailwind CSS Typography" width="450" height="70">
4-
</a>
5-
<a href="https://tailwindcss.com/docs/typography-plugin#gh-dark-mode-only" target="_blank">
6-
<img src="./.github/logo-dark.svg" alt="Tailwind CSS Typography" width="450" height="70">
2+
<a href="https://tailwindcss.com/docs/typography-plugin" target="_blank">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss-typography/HEAD/.github/logo-dark.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss-typography/HEAD/.github/logo-light.svg">
6+
<img alt="Tailwind CSS Typography" src="https://raw.githubusercontent.com/tailwindlabs/tailwindcss-typography/HEAD/.github/logo-light.svg" width="450" height="70" style="max-width: 100%;">
7+
</picture>
78
</a>
89
</p>
910

0 commit comments

Comments
 (0)