style: adjust creme color shade in Tailwind config

- Updated creme-600 color from #FEFAF5 to #f6f1eb for better visual contrast
- Maintained existing color palette structure for creme-900 and creme-200 shades
This commit is contained in:
2025-10-24 04:47:43 +02:00
parent 23c1beaecb
commit 0d5d8f9d8a

View File

@@ -52,7 +52,7 @@ module.exports = {
},
creme: {
900: '#e3dfda',
600: '#FEFAF5',
600: '#f6f1eb',
200: '#fffdfb',
},
},