//--------------------------------------------------------------------------------------------------------------------------------------------------------------
// skip-link module
// Provide skip links to navigation and content.
//
// Content:
// - print styles
//--------------------------------------------------------------------------------------------------------------------------------------------------------------


@media print {
	.au-skip-link__link {
		background: #fff !important;
	}
}
