diff --git a/tailwind.config.js b/tailwind.config.js index 138dac7..cf7b5ed 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,12 @@ module.exports = { purge: [], theme: { + colors: { + black: '#222', + blue: '#204d74', + white: '#fff', + yellow: '#fde546' + }, extend: {}, }, variants: {},