Skip to content

Commit 90d3ec0

Browse files
authored
Merge pull request aws#6933 from ctlai95/h1-line-height
style(chat): increase line height for h1
2 parents a8672fd + 718043e commit 90d3ec0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/resources/css/amazonq-webview.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ body.vscode-high-contrast:not(.vscode-high-contrast-light) {
1515
--mynah-color-highlight: rgba(0, 137, 255, 0.2);
1616
--mynah-color-highlight-text: rgba(0, 137, 255, 1);
1717
}
18+
19+
body .mynah-card-body h1 {
20+
--mynah-line-height: 1.5rem;
21+
}

0 commit comments

Comments
 (0)