Add Alt Button

This commit is contained in:
2024-01-06 15:38:35 +01:00
parent 9ee0fd5448
commit 36c2695c8c
2 changed files with 9 additions and 5 deletions

View File

@@ -53,6 +53,10 @@
@apply bg-gray-800 text-white;
}
.btn-neutral {
@apply bg-neutral-800 text-white;
}
.btn-text {
@apply bg-transparent underline text-white;
@apply hover:bg-transparent hover:outline hover:outline-1;