components and tailwind rework

This commit is contained in:
Henri
2026-03-05 16:43:56 +02:00
parent 4571d22644
commit 1b704c7cc4
19 changed files with 257 additions and 373 deletions

View File

@@ -4,39 +4,5 @@ export default {
"./index.html",
"./src/**/*.{svelte,js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
orange: {
DEFAULT: '#f0941d',
light: '#ffa940',
dark: '#d67d0a',
500: '#f0941d',
},
gray: {
50: '#fafafa',
100: '#f5f5f5',
200: '#e5e5e5',
300: '#d4d4d4',
800: '#262626',
900: '#171717',
},
},
spacing: {
'0': '0px',
'1': '4px',
'2': '8px',
'3': '16px',
'4': '24px',
'5': '32px',
'6': '48px',
},
maxWidth: {
'2xl': '700px',
'3xl': '800px',
'4xl': '900px',
},
},
},
plugins: [],
}