diff --git a/veda.config.js b/veda.config.js index f2290fa18..26b3a158e 100644 --- a/veda.config.js +++ b/veda.config.js @@ -25,5 +25,17 @@ module.exports = { one: ' Data Story', other: 'Data Stories' } - } + }, + + theme: { + color: { + primary: "#CF3F02", + link: "#2E86AB", + }, + }, + type: { + base: { + color: "#443F3F", + }, + }, };