File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<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>
7
8
</a >
8
9
</p >
9
10
You can’t perform that action at this time.
0 commit comments