colour updates and layout shift

This commit is contained in:
Maggie Appleton 2021-09-06 16:36:23 +01:00
parent d6cf6d10fc
commit 8e4d516d85
10 changed files with 29 additions and 28 deletions

View file

@ -25,12 +25,11 @@ module.exports = {
},
colors: {
...colors,
primary: colors.blue["500"],
secondary: colors.blue["700"],
accent: colors.blue["800"],
success: colors.green["500"],
warning: colors.orange["500"],
error: colors.red["500"],
deepGreen: "#136464",
offWhite: "#F7F7F5",
black: "#2B2B2B",
lightBlack: "#3F433E",
orangeRed: "#FF6148",
},
},
},