From c5c16196f97c4d844d3dae8ccc933718ccf2cb73 Mon Sep 17 00:00:00 2001 From: Nuke Date: Tue, 11 Jun 2024 09:58:47 -0600 Subject: [PATCH] fix: r0-theme used correctly Signed-off-by Nuke --- content/risc-zero/zypher-buildathon/slides.md | 2 +- reveal-md.json | 2 +- tools/styles/r0-theme.css | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/content/risc-zero/zypher-buildathon/slides.md b/content/risc-zero/zypher-buildathon/slides.md index d567be6..ff7bb6c 100644 --- a/content/risc-zero/zypher-buildathon/slides.md +++ b/content/risc-zero/zypher-buildathon/slides.md @@ -19,7 +19,7 @@ revealOptions: progress: true --- - +
diff --git a/reveal-md.json b/reveal-md.json index c2ea19f..b5a2edb 100644 --- a/reveal-md.json +++ b/reveal-md.json @@ -2,7 +2,7 @@ "title": "Nuke 🌄 's Book", "theme": "tools/styles/base-theme.css", "css": [ - "tools/styles/custom-classes.css" + "tools/styles/r0-theme.css" ], "assetsDir": ".", "separator": "\r?\n---\r?\n", diff --git a/tools/styles/r0-theme.css b/tools/styles/r0-theme.css index c1f5b8d..67b8311 100644 --- a/tools/styles/r0-theme.css +++ b/tools/styles/r0-theme.css @@ -7,7 +7,12 @@ /********************************************* * OVERRIDES FOR `base-theme.css` * Use with line in `slides.md`: - * + * + * MUST be added to custom css for `/reveal-md.json`: + * "theme": "tools/styles/base-theme.css", + * "css": [ + * "tools/styles/r0-theme.css" + * ], *********************************************/ :root {