You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
515 B
20 lines
515 B
export const content = ["./templates/**/*.html"]
|
|
export const theme = {
|
|
fontFamily: {
|
|
sans: ['Graphik', 'sans-serif'],
|
|
serif: ['Merriweather', 'serif'],
|
|
},
|
|
extend: {
|
|
colors: {
|
|
'space-cadet':'#1f2041ff',
|
|
'english-violet':'#4b3f72ff',
|
|
'sunglow':'#ffc857ff',
|
|
'dark-cyan':'#119da4ff',
|
|
'paynes-gray':'#19647eff',
|
|
'cerise': '#da4167ff',
|
|
'orchid-pink': '#f0bcd4ff',
|
|
}
|
|
},
|
|
plugins: [],
|
|
}
|