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