This commit is contained in:
2026-01-29 19:44:55 +01:00
parent 762226f744
commit ec0a055c13
16 changed files with 535 additions and 5413 deletions

View File

@@ -9,18 +9,6 @@ export default {
theme: {
extend: {
colors: {
primary: {
50: '#eff6ff',
100: '#dbeafe',
200: '#bfdbfe',
300: '#93c5fd',
400: '#60a5fa',
500: '#3b82f6',
600: '#2563eb',
700: '#1d4ed8',
800: '#1e40af',
900: '#1e3a8a',
},
slate: {
850: '#1e293b',
900: '#0f172a',
@@ -36,9 +24,9 @@ export default {
css: {
color: theme('colors.slate.800'),
a: {
color: theme('colors.primary.600'),
color: theme('colors.slate.900'),
'&:hover': {
color: theme('colors.primary.700'),
color: theme('colors.slate.700'),
},
},
},