Skip to content

Commit 433b49e

Browse files
committed
readme update: typos
1 parent d65dff8 commit 433b49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Tailwind CSS doesn't support themes by default, but they offer a "[dark mode](ht
1414
<div class="bg-gray-900 dark:bg-gray-100 p-12">
1515
<h3>Card w/ light theme</h3>
1616
<p class="text-white dark:text-black">
17-
This card example is styled using Tailwind color values that were set up for
18-
you when you installed the plugin.
17+
This card example is styled using Tailwind's default color values with dark
18+
utility classes to modify the colors for dark mode.
1919
</p>
2020
</div>
2121
```

0 commit comments

Comments
 (0)