forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-28 20:09:14 -06:00
parent 4b877d2bcf
commit c9e5ca6089
1 changed files with 9 additions and 9 deletions

View File

@ -22,15 +22,15 @@ module.exports = {
extend: {
colors: {
gray: {
'100': '#D6DED4',
'200': '#BFCEC3',
'300': '#C1D1BC',
'400': '#98A8A3',
'500': '#6C7F77',
'600': '#4D625D',
'700': '#3B5A4A',
'800': '#405147',
'900': '#2C3635'
'100': '#f9fcfa',
'200': '#f1f9f3',
'300': '#e1f0e4',
'400': '#cae0d1',
'500': '#648b6d',
'600': '#476950',
'700': '#335541',
'800': '#1e3b29',
'900': '#0f2a19'
},
}
},