Improve theme support.
parent
f4b2801218
commit
f69703825c
|
@ -3,7 +3,7 @@
|
||||||
"description": "See how many cards you can remember!",
|
"description": "See how many cards you can remember!",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 1,
|
"minorVersion": 1,
|
||||||
"patchVersion": 0,
|
"patchVersion": 1,
|
||||||
"runnable": 1,
|
"runnable": 1,
|
||||||
"author": "Amendor AS",
|
"author": "Amendor AS",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -24,6 +24,8 @@ html .h5p-memory-game > ul {
|
||||||
outline: none;
|
outline: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
padding: 0;
|
||||||
|
background: transparent;
|
||||||
-webkit-perspective: 400px;
|
-webkit-perspective: 400px;
|
||||||
-moz-perspective: 400px;
|
-moz-perspective: 400px;
|
||||||
perspective: 400px;
|
perspective: 400px;
|
||||||
|
|
Loading…
Reference in New Issue