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

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lydra/www/slidev-theme-alpaga
1 result
Show changes
Commits on Source (3)
......@@ -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;
}
......