Commit 9604b345 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add easteregg styling

parent 5cf39615
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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 {