@farberg/reveal-template 1.1.40 → 1.1.41

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.
Files changed (2) hide show
  1. package/css/dhbw.css +6 -0
  2. package/package.json +1 -1
package/css/dhbw.css CHANGED
@@ -318,6 +318,12 @@ body {
318
318
  text-align: right;
319
319
  }
320
320
 
321
+ /* Hide table header rows whose cells are all empty
322
+ (markdown table syntax requires a header line). */
323
+ .reveal table thead:not(:has(th:not(:empty))) {
324
+ display: none;
325
+ }
326
+
321
327
  .reveal sup {
322
328
  vertical-align: super;
323
329
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",