Files
dlearn-front/tailwind.config.js
T
2024-05-12 19:19:53 +03:30

14 lines
318 B
JavaScript

import colors from 'tailwindcss/colors'
export default {
theme: {
extend: {
colors: {
secondaryGreen: '#DDECEC',
primaryGreen: '#0D3F40',
primaryTextColor: '#383E43',
secondaryTextColor: '#878787',
}
}
}
}