This commit is contained in:
2025-06-06 03:12:19 +02:00
parent be9a9af137
commit 0aab9f55d7
49 changed files with 3255 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
@import "tailwindcss";
@import "tw-animate-css";
@config "../tailwind.config.ts";
@custom-variant dark (&:is(.dark *));
@theme {
@@ -123,3 +123,12 @@
@apply bg-background text-foreground;
}
}
*::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
* {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}