chore(landing): general cleanup + ui touchup

This commit is contained in:
cnrad
2024-11-11 22:16:26 -05:00
parent 8ba5d6544c
commit 4a9c696be4
17 changed files with 635 additions and 1344 deletions

View File

@@ -8,17 +8,12 @@ const config: Config = {
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {
colors: {
background: 'var(--background)',
foreground: 'var(--foreground)'
},
borderRadius: {
lg: 'var(--radius)',
md: 'calc(var(--radius) - 2px)',
sm: 'calc(var(--radius) - 4px)'
}
}
extend: {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
},
},
},
plugins: [require("tailwindcss-animate")],
};