Skip to content
Snippets Groups Projects
Commit 9f2a0207 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

add strike fragment style #737

parent e8c7e8ed
Branches
Tags
No related merge requests found
...@@ -180,12 +180,11 @@ body { ...@@ -180,12 +180,11 @@ body {
} }
.reveal .slides section .fragment.current-visible { .reveal .slides section .fragment.current-visible {
opacity:0; opacity: 0;
}
.reveal .slides section .fragment.current-visible.current-fragment {
opacity:1;
} }
.reveal .slides section .fragment.current-visible.current-fragment {
opacity: 1;
}
.reveal .slides section .fragment.highlight-red, .reveal .slides section .fragment.highlight-red,
.reveal .slides section .fragment.highlight-current-red, .reveal .slides section .fragment.highlight-current-red,
...@@ -215,6 +214,13 @@ body { ...@@ -215,6 +214,13 @@ body {
color: #1b91ff; color: #1b91ff;
} }
.reveal .slides section .fragment.strike {
opacity: 1;
}
.reveal .slides section .fragment.strike.visible {
text-decoration: line-through;
}
/********************************************* /*********************************************
* DEFAULT ELEMENT STYLES * DEFAULT ELEMENT STYLES
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment