Skip to content

Commit fe3529d

Browse files
authored
refactor(brand): added font related declarations for site name (#45)
1 parent 7380f94 commit fe3529d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_patterns/02-components/brand/brand.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
}
99
}
1010

11+
a {
12+
color: inherit;
13+
// Deactivate underline on site name being made clickable by added to the link as well
14+
text-decoration: none;
15+
}
16+
1117
.rea-header & {
1218
padding-top: to-rem($pxValue: 18);
1319
@media screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)