This commit is contained in:
2025-07-09 19:20:06 +02:00
parent 7aad0cc9f2
commit 73b456fb12
2 changed files with 3 additions and 3 deletions

View File

@@ -59,6 +59,6 @@
}
.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;
@apply bg-transparent border border-white text-white px-6 py-2 rounded-3xl font-medium transition-colors hover:bg-white/80 hover:text-black;
}
}