Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,13 @@ export default function HomePage({ latestRelease }) {
<td>"bold"</td>
<td>The font weight for bold characters: "normal" or "bold"</td>
</tr>
<tr>
<td>
<code>lineHeight</code>
</td>
<td>1</td>
<td>The default value for text line-height</td>
</tr>
<tr>
<td>
<code>cursorColor</code>
Expand Down