refactor index and download finished

This commit is contained in:
Jfriedli 2021-03-18 14:18:28 +01:00
parent 81780062ae
commit b325dcc452
23 changed files with 119 additions and 47 deletions

View file

@ -7,6 +7,8 @@ module.exports = {
theme: {
extend: {
colors: {
transparent: 'transparent',
current: 'currentColor',
blue: {
light: '#f4f7fb',
DEFAULT: '#99c1f1',
@ -14,12 +16,10 @@ module.exports = {
}
},
fontFamily: {
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
sans: ['Rubik'],
},
},
},
variants: {},
plugins: [
require('@tailwindcss/forms'),
],
plugins: [],
}