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: { extend: {
colors: { colors: {
gray: { gray: {
'100': '#f9fcfa', '100': '#f4f6f4',
'200': '#f1f9f3', '200': '#e5ebe7',
'300': '#e1f0e4', '300': '#d1dbd5',
'400': '#cae0d1', '400': '#9bafa1',
'500': '#648b6d', '500': '#6a8073',
'600': '#476950', '600': '#4c6351',
'700': '#335541', '700': '#37523e',
'800': '#1e3b29', '800': '#1f3726',
'900': '#0f2a19' '900': '#112817'
}, },
} }
}, },