Skip to content

Commit

Permalink
template: styles: Make code-line-height larger
Browse files Browse the repository at this point in the history
Make code-line-height larger while keeping the same font size.
The reason is that code snippets with magic-move were too squashed
together.

Signed-off-by: Patrick Barsanti <[email protected]>
  • Loading branch information
patriickoo authored and panicking committed Jun 5, 2024
1 parent 8133265 commit 6db69e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* can be overrided by uses `themeConfig` option */
--slidev-theme-primary: #5d8392;
--slidev-code-font-size: 10px;
--slidev-code-line-height: 10px;
--slidev-code-line-height: 14px;
}

.left-image {
Expand Down

0 comments on commit 6db69e5

Please sign in to comment.