Spaces:
Running
Running
module.exports = { | |
content: ['./*.html'], | |
theme: { | |
extend: { | |
colors: { | |
BluishWhite: '#F3F7FA', | |
BluishDark: '#4D5862', | |
IconBg: '#E8EDF0', | |
IconBorder: '#D2DAE1', | |
}, | |
boxShadow: { | |
DropShadow: '0 8.5px 28.4px rgba(192, 198, 204, 0.25)', | |
}, | |
fontFamily: { | |
sans: ['Source Sans Pro', 'sans-serif'], | |
mono: ['IBM Plex Mono', 'monospace'], | |
}, | |
}, | |
}, | |
plugins: [], | |
} | |