diff --git a/babel.config.js b/babel.config.js index e00595da..11c1ff7f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,4 @@ module.exports = { presets: [require.resolve('@docusaurus/core/lib/babel/preset')], + image: 'image/handbook-banner_small.jpg' }; diff --git a/src/pages/index.module.css b/src/pages/index.module.css index e9ba35c8..f434d6b6 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -33,6 +33,9 @@ display: flex; align-items: center; justify-content: center; +} + +.button { background-color: #8E64A5; color: #FDF3FC; }