diff --git a/tailwind.config.js b/tailwind.config.js index 85f56b4..f00d8f7 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,27 +2,27 @@ module.exports = { theme: { colors: { black: { - default: '#22292F', - '60': 'rgba(0, 0, 0, .6)', + default: '#22292f', + '60': 'rgba(0,0,0,.6)', }, blue: { - '10': '#BCDEFA', - '20': '#3490DC', - '30': '#2779BD', + '1': '#bcdefa', + '2': '#3490dc', + '3': '#2779bd', }, green: { - '10': '#F3FAEE', - '20': '#CDE2C2', - '30': '#77B159', - '40': '#325E1C', + '1': '#f3faee', + '2': '#cde2c2', + '3': '#77b159', + '4': '#325e1c', }, grey: { - '10': '#F6F6F2', - '20': '#F0F0F0', - '30': '#DAE1E7', - '40': '#B8C2CC', - '50': '#8795A1', - '60': '#3D4852', + '1': '#f6f6f2', + '2': '#f0f0f0', + '3': '#dae1e7', + '4': '#b8c2cc', + '5': '#8795a1', + '6': '#3d4852', }, 'transparent': 'transparent', 'white': '#FFF',