`index.scss` add `:active` background styles to stop Firefox applying selection rectangles on tap

*:active {
	background: transparent;
}