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

broaden selector for img:hover (fixes #11)

parent 510ac8e1
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ html {
transition: all .2s linear;
}
#reveal a.image:hover img {
#reveal a:hover img {
background: rgba(255,255,255,0.2);
border-color: #13DAEC;
......@@ -602,6 +602,11 @@ html {
#reveal.cube .slides section {
padding: 30px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment