Merge pull request #232 from element-hq/t3chguy/banner-h2
This commit is contained in:
@@ -89,6 +89,8 @@ const CloseButton = styled.button`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const CategoryHeading = styled.h2`
|
const CategoryHeading = styled.h2`
|
||||||
|
line-height: var(--cpd-font-line-height-tight);
|
||||||
|
letter-spacing: var(--cpd-font-letter-spacing-heading-lg);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: ${({ theme }): string => theme.subheadingColor};
|
color: ${({ theme }): string => theme.subheadingColor};
|
||||||
|
|||||||
Reference in New Issue
Block a user