하이퍼링크 밑줄 없애기

_sass/minimal-mistakes/_base.scss 경로에서 다음과 같이 수정합니다.

a {
	text-decoration: none;
	&:focus {
		@extend %tab-focus;
	}
}