Use default Tailwind colours
This commit is contained in:
parent
90159c432c
commit
5729a6b6c0
|
@ -4,21 +4,6 @@ let defaultTheme = require('tailwindcss/defaultTheme')
|
||||||
module.exports = {
|
module.exports = {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
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: {
|
fontFamily: {
|
||||||
mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono],
|
mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono],
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue