Progressing on the CSS rework

This commit is contained in:
2024-08-28 18:14:19 +02:00
parent d1450a1c99
commit c694d28982
26 changed files with 386 additions and 218 deletions

View File

@@ -19,7 +19,6 @@ export default defineNuxtConfig({
colors: {
transparent: 'transparent',
current: 'currentColor',
accent: '#8a5cf5',
light: {
red: '#e93147',
orange: '#ec7500',
@@ -63,7 +62,11 @@ export default defineNuxtConfig({
60: '#999999',
70: '#b3b3b3',
100: '#dadada',
}
},
accent: {
purple: '#8a5cf5',
blue: '#53aaf5',
},
}
}
}