Skip to content

Commit 8028c5e

Browse files
committed
feat: add variable to adjust heading color
1 parent 1643286 commit 8028c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default css`
4242
4343
.heading3 {
4444
flex: 1;
45+
color: var(--arc-font-subhead-color);
4546
font-size: var(--arc-font-subhead-font-size);
4647
font-weight: var(--arc-font-subhead-font-weight);
4748
line-height: var(--arc-font-subhead-line-height);

0 commit comments

Comments
 (0)