forked from veda/www_veda_2025
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:
@@ -52,7 +52,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
creme: {
|
creme: {
|
||||||
900: '#e3dfda',
|
900: '#e3dfda',
|
||||||
600: '#FEFAF5',
|
600: '#f6f1eb',
|
||||||
200: '#fffdfb',
|
200: '#fffdfb',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user