Skip to content

Commit

Permalink
Merge pull request #878 from guardian/lt-small-fixes
Browse files Browse the repository at this point in the history
Small design snags
  • Loading branch information
Luke Taylor authored Nov 28, 2019
2 parents 9344944 + 62b2085 commit e5ca802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const headerStyles = ({ colors, theme }: CssProps) => css`
font-weight: 600;
color: ${colors.main};
}
.header-top-byline > a {
font-style: normal !important;
text-decoration: none;
Expand Down Expand Up @@ -412,7 +412,6 @@ export const headerStyles = ({ colors, theme }: CssProps) => css`
text-decoration-thickness: 1px;
}
.header-container[data-type='analysis'] h1 .header-top-byline {
color: ${colors.main};
display: block;
font-family: ${families.titlepiece.regular};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const sportScoreStyles = (
config: CssProps,
) => css`
.sport-score {
font-family: ${families.icon.regular};
font-family: ${families.text.regular};
background-color: ${color.palette.highlight.main};
padding: 0 ${px(metrics.horizontal / 3)} ${px(7)};
line-height: 1;
Expand Down

0 comments on commit e5ca802

Please sign in to comment.