more tweaks

This commit is contained in:
2026-07-29 08:10:59 +02:00
parent e25464af9c
commit b8e3c64868
56 changed files with 3123 additions and 212 deletions
+21 -1
View File
@@ -3,7 +3,27 @@ module.exports = {
"./src/**/*.{astro,html,js,ts,jsx,tsx,vue,svelte}"
],
theme: {
extend: {},
extend: {
colors: {
primary: {
50: '#f0fdf4',
100: '#dcfce7',
200: '#bbf7d0',
300: '#86efac',
400: '#4ade80',
500: '#22c55e',
600: '#16a34a',
700: '#15803d',
800: '#166534',
900: '#14532d',
},
retro: {
green: '#33ff33',
dark: '#0a0a0a',
amber: '#ffb000',
},
},
},
},
plugins: [],
}