foundational @magic-theme for presentation slides.
pages this theme is used on: @magic
npm install --save --save-exact @magic-themes/slides
// config.mjs:
export default {
//... other config
THEME: 'slides',
// multiple themes
// THEME: [...other themes, 'slides'],
}
@magic will then import and use the theme automagically.
you can overwrite any style in this theme with your own.
create /assets/themes/slides/index.mjs, any css there will overwrite the theme css
first release
bump required node version to 14.15.4
- update dependencies
...