From b325dcc4523f13dfe7c741335a7bb80a91a1fac6 Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Thu, 18 Mar 2021 14:18:28 +0100 Subject: refactor index and download finished --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index 74b3d31..d56edce 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: [], } -- cgit v1.3