Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "fix: unknown word in css layout"

Merged Celeste Robert requested to merge 13-fix-unknown-word-in-css-layout into main
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
:root {
// default theme color
// can be overrided by uses `themeConfig` option
--slidev-theme-primary: #5d8392;
--slidev-theme-secondary: red;
--slidev-theme-primary: #fb7756;
--slidev-theme-secondary: #cc7b4b;
--slidev-theme-code: white;
}
Loading