a {
&:hover,
&:focus,
&:active {
color: #fff;
}
&:focus {
outline: none;
box-shadow: none !important;
}
&:hover,
&:active {
outline: 0;
}
h1 &, h2 &, h3 &, h4 &, h5 &, h6 & {
color: inherit;
text-decoration: none;
}
.page .entry-content & {
text-decoration: underline;
}
}