Skip to content

Commit

Permalink
add slide numbers
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
whoenig committed Nov 28, 2023
1 parent 9281346 commit c3f9b50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
font-style: normal;
}

.reveal .slide-number {
font-size: 0.4em;
}

.citation {
font-size: 0.6em;
}
Expand Down
3 changes: 3 additions & 0 deletions pandoc-revealjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ title-slide-attributes:

minScale: 0.2
maxScale: 10.0
slideNumber: true
navigationMode: 'linear'
controls: false
---

# Layout
Expand Down

0 comments on commit c3f9b50

Please sign in to comment.