Skip to content

Commit b8f010a

Browse files
authored
Update logo in readme
1 parent 575fb4c commit b8f010a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<p>
2-
<a href="https://tailwindcss.com/" target="_blank">
3-
<img alt="Tailwind CSS" width="350" src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo-sticker.svg">
4-
</a><br>
5-
A utility-first CSS framework for rapidly building custom user interfaces.
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">
7+
</a>
68
</p>
79

10+
A utility-first CSS framework for rapidly building custom user interfaces.
11+
812
<p>
913
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/workflow/status/tailwindlabs/tailwindcss/Node.js%20CI" alt="Build Status"></a>
1014
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>

0 commit comments

Comments
 (0)