@farberg/reveal-template 1.1.24 → 1.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/init-reveal.js CHANGED
@@ -153,7 +153,9 @@ const defaultRevealOptions = {
153
153
  lineColor: '#5c6971',
154
154
  primaryBorderColor: '#5c6971',
155
155
  secondaryColor: '#5c6971',
156
- secondaryTextColor: '#000'
156
+ secondaryTextColor: '#000',
157
+ tertiaryColor: '#e8e8e8',
158
+ loopTextColor: '#4a4a4a'
157
159
  },
158
160
  sequence: {
159
161
  mirrorActors: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.1.24",
3
+ "version": "1.1.26",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",
@@ -173,7 +173,7 @@ function buildOverlay(deck) {
173
173
  <div class="quick-nav-panel" role="dialog" aria-label="Quick slide navigation">
174
174
  <div class="quick-nav-header">
175
175
  <span class="quick-nav-title">Quick Nav</span>
176
- <input type="text" class="quick-nav-search" placeholder="Filter headings…" autocomplete="off" spellcheck="false" />
176
+ <input type="text" class="quick-nav-search" placeholder="Full-text search…" autocomplete="off" spellcheck="false" />
177
177
  <span class="quick-nav-count"></span>
178
178
  <button class="quick-nav-close" title="Close (Esc / q)">×</button>
179
179
  </div>