add strike fragment style #737
parent
e8c7e8eddb
commit
9f2a0207fc
|
@ -182,7 +182,6 @@ body {
|
|||
.reveal .slides section .fragment.current-visible {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.reveal .slides section .fragment.current-visible.current-fragment {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@ -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
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue