Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="font-extrabold text-2xl m-12">Buy this AWESOME great tool</h1>
<li>Apple</li>
<li>Meta</li>
</ul>
<button class="bg-green-500 m-12 p-3 text-white uppercase font-bold">Find out more</button>
<button class="bg-yellow-500 m-12 p-3 text-white uppercase font-bold">Find out more</button>
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions output.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,9 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-green-500 {
.bg-yellow-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.p-3 {
Expand Down