More consistent header font and colors

This commit is contained in:
Jackson Harper
2023-02-07 15:41:22 +08:00
parent 319e31edfc
commit bfe2c7db27
5 changed files with 19 additions and 9 deletions

View File

@ -315,7 +315,6 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
'--hr-margin': '1em',
'--font-color': styles.readerFontColor,
'--table-header-color': styles.readerTableHeaderColor,
'--headers-color': styles.readerHeadersColor,
'@sm': {
'--blockquote-padding': '1em 2em',
'--blockquote-icon-font-size': '1.7rem',
@ -332,7 +331,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
>
<VStack alignment="start" distribution="start">
<StyledText
style="boldHeadline"
style="articleTitle"
data-testid="article-headline"
css={{
fontFamily: styles.fontFamily,