A custom Docusaurus theme with AUEB's primary color palette.
npm install docusaurus-aueb-themeAdd the following to your docusaurus.config.js file
module.exports = {
themeConfig: {
customCss: require.resolve('docusaurus-aueb-theme/theme.css'),
},
};