upadte: clean code + add next cloud

This commit is contained in:
Tom Boullay
2026-04-14 16:21:37 +02:00
parent 3adcf9d30e
commit 3a7a5e2eea
20 changed files with 663 additions and 131 deletions
-13
View File
@@ -9,19 +9,12 @@ const config: Config = {
extend: {
colors: {
black: {
50: '#F7F7F7',
100: '#E5E5E5',
200: '#CCCCCC',
300: '#999999',
400: '#666666',
500: '#333333',
600: '#1A1A1A',
700: '#0D0D0D',
800: '#050505',
900: '#000000',
},
gray: {
50: '#FAFAFA',
100: '#F5F5F5',
200: '#E5E5E5',
300: '#D4D4D4',
@@ -29,18 +22,12 @@ const config: Config = {
500: '#737373',
600: '#525252',
700: '#404040',
800: '#262626',
900: '#171717',
},
},
fontFamily: {
sans: ['var(--font-inter)', 'system-ui', 'sans-serif'],
mono: ['var(--font-jetbrains-mono)', 'Fira Code', 'monospace'],
},
boxShadow: {
soft: '0 2px 16px 0 rgba(0, 0, 0, 0.06)',
card: '0 4px 24px 0 rgba(0, 0, 0, 0.08)',
},
},
},
plugins: [],