This commit is contained in:
kek7198 2021-11-29 00:48:07 -06:00
parent 234a0a3f9e
commit 7549f79c72

View file

@ -22,15 +22,15 @@ module.exports = {
extend: {
colors: {
gray: {
'100': '#f9fcfa',
'200': '#f1f9f3',
'300': '#e1f0e4',
'400': '#cae0d1',
'500': '#648b6d',
'600': '#476950',
'700': '#335541',
'800': '#1e3b29',
'900': '#0f2a19'
'100': '#f4f6f4',
'200': '#e5ebe7',
'300': '#d1dbd5',
'400': '#9bafa1',
'500': '#6a8073',
'600': '#4c6351',
'700': '#37523e',
'800': '#1f3726',
'900': '#112817'
},
}
},