This commit is contained in:
Sarah Jamie Lewis 2022-06-17 13:27:41 -07:00
parent d0681924b1
commit 13517c81f7
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
image: 'image/handbook-banner_small.jpg'
};

View File

@ -33,6 +33,9 @@
display: flex;
align-items: center;
justify-content: center;
}
.button {
background-color: #8E64A5;
color: #FDF3FC;
}