diff --git a/tailwind.config.js b/tailwind.config.js index 2cdb88f2..9065cfc9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,21 +4,6 @@ let defaultTheme = require('tailwindcss/defaultTheme') module.exports = { theme: { extend: { - colors: { - blue: { - dark: '#2779bd', - default: 'hsl(203, 94%, 38%)', - lighter: '#bcdefa', - }, - grey: { - dark: '#70818a', - darker: '#596a73', - default: '#9babb4', - light: 'hsl(203, 25%, 88%)', - lighter: 'hsl(203, 22%, 95%)', - lightest: '#fafcfc', - }, - }, fontFamily: { mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono], },