Skip to content

Commit

Permalink
Update tailwind.css (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
javisperez authored Sep 13, 2024
1 parent 203d4a5 commit 59388bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/.vitepress/theme/assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
@apply inline-block appearance-none;
@apply px-5 py-3 relative;
@apply text-gold font-bold uppercase text-center;
@apply enabled:hocus:text-white;
@apply disabled:opacity-50;

border: 2px solid var(--color-gold);
Expand All @@ -195,9 +194,14 @@
}

&:not(:disabled):hover {
@apply text-white;
background-color: var(--color-gold);
background-size: 0% 0%;
}

&:not(:disabled):focus {
@apply text-white;
}
}

.kit-button.kit-button-cornflower {
Expand Down

0 comments on commit 59388bf

Please sign in to comment.