Skip to content
Snippets Groups Projects
Commit 5e3c7978 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

fix spelling of opacity

parent 6c898437
Branches
No related tags found
No related merge requests found
...@@ -9,21 +9,21 @@ ...@@ -9,21 +9,21 @@
<style id="sudoku_styles"> <style id="sudoku_styles">
@keyframes hideshow { @keyframes hideshow {
0% {opacitiy: 1; fill: darkseagreen;} 0% {opacity: 1; fill: darkseagreen;}
15% {opacitiy: 0;} 15% {opacity: 0;}
20% {opacitiy: 1; fill: lightgrey;} 20% {opacity: 1; fill: lightgrey;}
25% {opacitiy: 0;} 25% {opacity: 0;}
30% {opacitiy: 1; fill: seagreen;} 30% {opacity: 1; fill: seagreen;}
85% {opacitiy: 0;} 85% {opacity: 0;}
100% {opacity: 0;} 100% {opacity: 0;}
} }
@keyframes hideshow2 { @keyframes hideshow2 {
20% {opacitiy: 1; fill: darkseagreen;} 20% {opacity: 1; fill: darkseagreen;}
35% {opacitiy: 0;} 35% {opacity: 0;}
40% {opacitiy: 1; fill: lightgrey;} 40% {opacity: 1; fill: lightgrey;}
65% {opacitiy: 0;} 65% {opacity: 0;}
70% {opacitiy: 1; fill: seagreen;} 70% {opacity: 1; fill: seagreen;}
99% {opacitiy: 0;} 99% {opacity: 0;}
100% {opacity: 0;} 100% {opacity: 0;}
} }
.normal { .normal {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment