chore: use a different grey colour

Use a different grey colour to make the site look more like the previous
version.
This commit is contained in:
Oliver Davies 2022-10-22 11:21:01 +01:00
parent a56e326a57
commit e3cd850df9

View file

@ -1,4 +1,4 @@
let { gray } = require('tailwindcss/colors')
let colours = require('tailwindcss/colors')
module.exports = {
black: '#000',
@ -6,7 +6,7 @@ module.exports = {
primary: '#24608A',
},
current: 'currentColor',
gray,
gray: colours.stone,
inherit: 'inherit',
transparent: 'transparent',
white: '#fff'