Skip to content

Commit

Permalink
Merge pull request #6 from FaberVitale/chore/remove-xmas-theme
Browse files Browse the repository at this point in the history
chore: remove xmas theme
  • Loading branch information
FaberVitale authored Feb 18, 2024
2 parents 9f8defa + 8ca72aa commit 19aaaee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add or update the theme config object in the frontmatter of [slides.md](./slides

```yaml
# used for theme customization, will inject root styles as `--slidev-theme-x` for attribute `x`
themeConfig:
themeConfig: # xmas theme
primary: '#ffb200'
bg-primary: '#111'
```
Expand Down
5 changes: 1 addition & 4 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ drawings:
persist: false
transition: slide-left
# used for theme customization, will inject root styles as `--slidev-theme-x` for attribute `x`
themeConfig:
primary: '#ffb200'
bg-primary: '#111'
title: Welcome to RomaJS
mdc: true
favicon: https://romajs.org/assets/favicon.ico
Expand All @@ -36,7 +33,7 @@ La community di appassionati Javascript a Roma
<div class="abs-br m-6 flex gap-2">
<Logo />
</div>
<Snowfall />
<Confetti />

</v-click>

Expand Down

0 comments on commit 19aaaee

Please sign in to comment.