Skip to content

Commit

Permalink
add strike fragment style #737
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Dec 3, 2013
1 parent e8c7e8e commit 9f2a020
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 9f2a020

Please sign in to comment.