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 = {
|
module.exports = {
|
||||||
black: '#000',
|
black: '#000',
|
||||||
|
@ -6,7 +6,7 @@ module.exports = {
|
||||||
primary: '#24608A',
|
primary: '#24608A',
|
||||||
},
|
},
|
||||||
current: 'currentColor',
|
current: 'currentColor',
|
||||||
gray,
|
gray: colours.stone,
|
||||||
inherit: 'inherit',
|
inherit: 'inherit',
|
||||||
transparent: 'transparent',
|
transparent: 'transparent',
|
||||||
white: '#fff'
|
white: '#fff'
|
||||||
|
|
Loading…
Reference in a new issue