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