Brand link styling
This commit is contained in:
parent
4b0be3f830
commit
62c2286656
@ -834,6 +834,16 @@ $small-breakpoint: 960px;
|
|||||||
.brand {
|
.brand {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-decoration: none;
|
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 {
|
.brand__tagline {
|
||||||
@ -853,4 +863,3 @@ $small-breakpoint: 960px;
|
|||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user