Brand link styling

This commit is contained in:
Emma Winston 2019-09-17 21:27:10 +01:00
parent 4b0be3f830
commit 62c2286656

View File

@ -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;
}
}