Skip to content

Commit

Permalink
refactor(brand): added font related declarations for site name (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 29, 2022
1 parent 7380f94 commit fe3529d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/_patterns/02-components/brand/brand.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
}
}

a {
color: inherit;
// Deactivate underline on site name being made clickable by added to the link as well
text-decoration: none;
}

.rea-header & {
padding-top: to-rem($pxValue: 18);
@media screen and (min-width: 1024px) {
Expand Down

0 comments on commit fe3529d

Please sign in to comment.