summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/index.css b/index.css
index d102771..e4d2096 100644
--- a/index.css
+++ b/index.css
@@ -17,10 +17,15 @@ body {
opacity: 1;
}
.innerStep {
- position: absolute;
opacity: 0;
transition: opacity 0.5s;
}
+div.innerStep {
+ position: absolute;
+}
+p.stepped {
+ opacity: 1;
+}
.lastInnerstep {
opacity: 1;
}
@@ -47,6 +52,10 @@ table.center {
#boston-example .table-highlight {
background-color: #82B1FF;
}
+.highlight {
+ background-color: #82B1FF;
+}
+}
.hidden {
display: none;