Skip to content
Permalink
Browse files
Update logo in readme
  • Loading branch information
reinink committed Dec 17, 2021
1 parent 575fb4c commit b8f010a9ef9621388be1fbff0be13f3639d1bb1c
Showing 1 changed file with 8 additions and 4 deletions.
@@ -1,10 +1,14 @@
<p>
<a href="https://tailwindcss.com/" target="_blank">
<img alt="Tailwind CSS" width="350" src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo-sticker.svg">
</a><br>
A utility-first CSS framework for rapidly building custom user interfaces.
<a href="https://tailwindcss.com/#gh-light-mode-only" target="_blank">
<img src="./.github/logo-light.svg" alt="Tailwind CSS" width="350" height="70">
</a>
<a href="https://tailwindcss.com/#gh-dark-mode-only" target="_blank">
<img src="./.github/logo-dark.svg" alt="Tailwind CSS" width="350" height="70">
</a>
</p>

A utility-first CSS framework for rapidly building custom user interfaces.

<p>
<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>
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>

0 comments on commit b8f010a

Please sign in to comment.