Add api docs link to landing page

This commit is contained in:
2025-05-17 15:44:19 +08:00
parent a77d00c3b9
commit cbef69ba5e
3 changed files with 34 additions and 35 deletions

View File

@ -27,6 +27,10 @@
@apply px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 transition-colors dark:bg-blue-600 dark:hover:bg-blue-700;
}
.btn-text {
@apply text-sm font-semibold leading-6 text-gray-900 dark:text-gray-100 hover:text-gray-700 dark:hover:text-gray-300;
}
.container-default {
@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;
}