diff --git a/index.html b/index.html
index 2bb761f..f2357ac 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,10 @@
+
+
+
+
@@ -34,6 +38,24 @@
color: #222;
text-shadow: 0px 0px 5px green, 0px 0px 2px white, 2px 2px 1px white;
}
+ .reveal .hidden {
+ display: none
+ }
+ .reveal .pathfinder-rerun {
+ z-index: 1000;
+ position: fixed;
+ bottom: 10px;
+ left: 11px;
+ background-color: rgba(200, 200, 200, 0.3);
+ border-radius: 10px;
+ padding: 10px;
+ cursor: pointer;
+ }
+ .reveal .pathfinder-rerun.disabled {
+ background-color: rgba(139, 106, 106, 0.3);
+ color: rgba(39, 27, 27, 0.3);
+ cursor: not-allowed;
+ }
@@ -108,6 +130,37 @@
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
+
+
+