wip: onboarding

This commit is contained in:
2024-03-25 14:22:06 +07:00
parent a49b88ab35
commit 6e489f1c49
22 changed files with 299 additions and 422 deletions

View File

@@ -7,11 +7,11 @@
}
*::-webkit-scrollbar-track {
@apply bg-white dark:bg-black;
@apply bg-transparent;
}
*::-webkit-scrollbar-thumb {
@apply bg-black dark:bg-white rounded;
@apply rounded bg-black dark:bg-white;
}
@layer utilities {