html {
	height: 100.1%;
}

.devlink {
	margin-bottom: 3rem;
}

.cubecolour-minilogo {
	text-decoration: none;
	color: #666;
}

@keyframes changeColor {
	0% { fill: #e10a92; }
	25% { fill: #f29b30; }
	50% { fill: #34c38f; }
	75% { fill: #007bff; }
	100% { fill: #e10a92; }
}

.cubecolour-minilogo svg {
	position: relative;
	top: 5px;
}

.cubecolour-minilogo svg g {
	animation: changeColor 20s infinite;
}
