forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-29 00:48:07 -06:00
parent c23abb7d9d
commit 4671b3b0c0
1 changed files with 9 additions and 9 deletions

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'
}, },
} }
}, },