Skip to content

Commit 2da1478

Browse files
committed
feat: add --api-summary-title-font-size variable for title size
1 parent ba345bd commit 2da1478

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
@@ -8,6 +8,7 @@ export default css`
88
99
.api-title {
1010
margin: 12px 0;
11+
font-size: var(--api-summary-title-font-size, 16px);
1112
}
1213
1314
arc-marked {

0 commit comments

Comments
 (0)