body.gfx {
    > main > article {
	background: $bg-gfx-on;
    }
    > aside {
	&:hover, &:focus {
	    background-color: $bg-gfx-on;
	    nav ul li:first-child {
		background: $bg-gfx-on;
	    }
	}
    }
}