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:
parent
a56e326a57
commit
e3cd850df9
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue