Skip to content

Commit

Permalink
reduced line height in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-net committed Sep 27, 2024
1 parent bebbea8 commit 6db74f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
right: 0;
position: absolute;
}

.highlight .p {
color: #dee2f7 !important;
}

code {
font-size: 14px !important;
line-height: 1.5;
}

pre {
line-height: 1;
/* Adjust this value to reduce the gap */
}
</style>
<script>
jtd.onReady(function () {
Expand Down

0 comments on commit 6db74f6

Please sign in to comment.