This commit is contained in:
2025-07-09 18:16:18 +02:00
parent ee296687d2
commit 7aad0cc9f2
4 changed files with 103 additions and 20 deletions

View File

@@ -57,4 +57,8 @@
.p-default {
@apply text-lg/8 lg:text-xl/8;
}
.button-outline {
@apply bg-transparent border border-white text-white px-6 py-3 rounded-3xl font-medium transition-colors hover:bg-white hover:text-black;
}
}