This commit is contained in:
2023-08-11 00:49:30 +02:00
parent 9703d24784
commit 3dcd5f1ef6
33 changed files with 4010 additions and 2699 deletions

View File

@@ -1,5 +1,4 @@
body {
font-family: 'DM Sans', sans-serif;
@apply bg-white dark:bg-dark-900 dark:text-white duration-200
@apply flex h-full flex-col bg-zinc-50 dark:bg-black;
}

View File

@@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.w-container {
@apply mx-auto max-w-7xl lg:px-24 sm:px-4;
}
.text-subtitle {
@apply text-zinc-600 dark:text-zinc-400 text-base
}
}