_sass/scaffold/_header.scss in jekyll-theme-scaffold-1.1.0 vs _sass/scaffold/_header.scss in jekyll-theme-scaffold-1.2.0
- old
+ new
@@ -34,16 +34,10 @@
&:before {
content: "/";
}
a {
- color: inherit;
-
- &:hover,
- &:focus {
- color: var(--link-color);
- text-decoration: none;
- }
+ @include alternative-link-style();
}
}
@media screen and (min-width: $lg-screen) {
.masthead {