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
Commit 2aee101f authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '13-fix-unknown-word-in-css-layout' into 'main'

Resolve "fix: unknown word in css layout"

Closes #14 and #13

See merge request !6
parents 9eaddd1b e3322bd7
No related branches found
No related tags found
1 merge request!6Resolve "fix: unknown word in css layout"
......@@ -13,7 +13,7 @@ Alpaga theme pour [Slidev](https://github.com/slidevjs/slidev).
Il suffit d'ajouter le frontmatter suivant en tête de ton fichier `slides.md`. Lance Slidev et tu seras invité à télécharger le thème.
<pre><code>---
theme: <b>alpaga</b>
theme: <b>@lydra/slidev-theme-alpaga</b>
---</code></pre>
En savoir plus sur [comment s'utilisent les thèmes](https://fr.sli.dev/themes/use.html).
......
......@@ -13,7 +13,7 @@ Alpaga theme for [Slidev](https://github.com/slidevjs/slidev).
Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
<pre><code>---
theme: <b>alpaga</b>
theme: <b>@lydra/slidev-theme-alpaga</b>
---</code></pre>
Learn more about [how to use a theme](https://sli.dev/themes/use).
......
: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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment