|
@@ -180,12 +180,11 @@ body {
|
|
|
}
|
|
|
|
|
|
.reveal .slides section .fragment.current-visible {
|
|
|
- opacity:0;
|
|
|
-}
|
|
|
-
|
|
|
-.reveal .slides section .fragment.current-visible.current-fragment {
|
|
|
- opacity:1;
|
|
|
+ opacity: 0;
|
|
|
}
|
|
|
+ .reveal .slides section .fragment.current-visible.current-fragment {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
|
|
|
.reveal .slides section .fragment.highlight-red,
|
|
|
.reveal .slides section .fragment.highlight-current-red,
|
|
@@ -215,6 +214,13 @@ body {
|
|
|
color: #1b91ff;
|
|
|
}
|
|
|
|
|
|
+.reveal .slides section .fragment.strike {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+ .reveal .slides section .fragment.strike.visible {
|
|
|
+ text-decoration: line-through;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
/*********************************************
|
|
|
* DEFAULT ELEMENT STYLES
|