Brand link styling

这个提交包含在:
Emma Winston
2019-09-17 21:27:10 +01:00
父节点 4b0be3f830
当前提交 62c2286656

查看文件

@ -834,6 +834,16 @@ $small-breakpoint: 960px;
.brand {
position: relative;
text-decoration: none;
color: $secondary-text-color;
}
a.brand {
color: $primary-text-color;
}
h1 a.brand {
color: $secondary-text-color;
font-size: 3.8em;
}
.brand__tagline {
@ -853,4 +863,3 @@ $small-breakpoint: 960px;
color: $dark-text-color;
}
}