Loading style.css +14 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,20 @@ input[type="submit"]:hover { box-shadow: 0px 0px 5px #990000; } /* - easter egg: Pictures that change on hover - */ .wp-block-gallery.easteregg .blocks-gallery-item:nth-child(2) { display: none; } .wp-block-gallery.easteregg:hover .blocks-gallery-item:nth-child(1) { display: none; } .wp-block-gallery.easteregg:hover .blocks-gallery-item:nth-child(2) { display: flex; } /* - general styles */ img.aligncenter { Loading Loading
style.css +14 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,20 @@ input[type="submit"]:hover { box-shadow: 0px 0px 5px #990000; } /* - easter egg: Pictures that change on hover - */ .wp-block-gallery.easteregg .blocks-gallery-item:nth-child(2) { display: none; } .wp-block-gallery.easteregg:hover .blocks-gallery-item:nth-child(1) { display: none; } .wp-block-gallery.easteregg:hover .blocks-gallery-item:nth-child(2) { display: flex; } /* - general styles */ img.aligncenter { Loading